Update Cilium version in installation guide (#14198)
This commit updates Cilium to v1.5 which was released eight days ago. Also, it updates k8s manifests version to v1.14, as the latest kubeadm installs k8s v1.14. The v1.5 changelog: - https://github.com/cilium/cilium/releases/tag/v1.5.0 - https://cilium.io/blog/2019/04/24/cilium-15
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
762ef0ba62
commit
54814e6e0f
@@ -320,7 +320,7 @@ kubectl taint nodes <node-name> node-role.kubernetes.io/master:NoSchedule-
|
||||
To deploy Cilium you just need to run:
|
||||
|
||||
```shell
|
||||
kubectl create -f https://raw.githubusercontent.com/cilium/cilium/v1.4/examples/kubernetes/1.13/cilium.yaml
|
||||
kubectl create -f https://raw.githubusercontent.com/cilium/cilium/v1.5/examples/kubernetes/1.14/cilium.yaml
|
||||
```
|
||||
|
||||
Once all Cilium pods are marked as `READY`, you start using your cluster.
|
||||
|
||||
Reference in New Issue
Block a user