Skip to content

Commit b6f0eb6

Browse files
authored
Merge pull request #21432 from aanm/update-cilium-docs
Update Cilium related docs
2 parents 79ef67a + 3dd4a31 commit b6f0eb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,11 @@ kubectl apply -f https://docs.projectcalico.org/v3.14/manifests/calico.yaml
313313
{{% /tab %}}
314314

315315
{{% tab name="Cilium" %}}
316-
For Cilium to work correctly, you must pass `--pod-network-cidr=10.217.0.0/16` to `kubeadm init`.
317316

318317
To deploy Cilium you just need to run:
319318

320319
```shell
321-
kubectl create -f https://raw.githubusercontent.com/cilium/cilium/v1.6/install/kubernetes/quick-install.yaml
320+
kubectl create -f https://raw.githubusercontent.com/cilium/cilium/v1.8/install/kubernetes/quick-install.yaml
322321
```
323322

324323
Once all Cilium Pods are marked as `READY`, you start using your cluster.

0 commit comments

Comments
 (0)