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.
1 parent 6380b99 commit 3dd4a31Copy full SHA for 3dd4a31
content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
@@ -312,12 +312,11 @@ kubectl apply -f https://docs.projectcalico.org/v3.14/manifests/calico.yaml
312
{{% /tab %}}
313
314
{{% tab name="Cilium" %}}
315
-For Cilium to work correctly, you must pass `--pod-network-cidr=10.217.0.0/16` to `kubeadm init`.
316
317
To deploy Cilium you just need to run:
318
319
```shell
320
-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
321
```
322
323
Once all Cilium Pods are marked as `READY`, you start using your cluster.
0 commit comments