Skip to content

Commit 3dd4a31

Browse files
committed
Update Cilium related docs
Signed-off-by: André Martins <[email protected]>
1 parent 6380b99 commit 3dd4a31

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
@@ -312,12 +312,11 @@ kubectl apply -f https://docs.projectcalico.org/v3.14/manifests/calico.yaml
312312
{{% /tab %}}
313313

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

317316
To deploy Cilium you just need to run:
318317

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

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

0 commit comments

Comments
 (0)