We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79ef67a + 3dd4a31 commit b6f0eb6Copy full SHA for b6f0eb6
content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
@@ -313,12 +313,11 @@ kubectl apply -f https://docs.projectcalico.org/v3.14/manifests/calico.yaml
313
{{% /tab %}}
314
315
{{% tab name="Cilium" %}}
316
-For Cilium to work correctly, you must pass `--pod-network-cidr=10.217.0.0/16` to `kubeadm init`.
317
318
To deploy Cilium you just need to run:
319
320
```shell
321
-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
322
```
323
324
Once all Cilium Pods are marked as `READY`, you start using your cluster.
0 commit comments