Merge pull request #21432 from aanm/update-cilium-docs

Update Cilium related docs
This commit is contained in:
Kubernetes Prow Robot
2020-06-10 11:40:52 -07:00
committed by GitHub
@@ -313,12 +313,11 @@ kubectl apply -f https://docs.projectcalico.org/v3.14/manifests/calico.yaml
{{% /tab %}} {{% /tab %}}
{{% tab name="Cilium" %}} {{% tab name="Cilium" %}}
For Cilium to work correctly, you must pass `--pod-network-cidr=10.217.0.0/16` to `kubeadm init`.
To deploy Cilium you just need to run: To deploy Cilium you just need to run:
```shell ```shell
kubectl create -f https://raw.githubusercontent.com/cilium/cilium/v1.6/install/kubernetes/quick-install.yaml kubectl create -f https://raw.githubusercontent.com/cilium/cilium/v1.8/install/kubernetes/quick-install.yaml
``` ```
Once all Cilium Pods are marked as `READY`, you start using your cluster. Once all Cilium Pods are marked as `READY`, you start using your cluster.