Update Cilium related docs
Signed-off-by: André Martins <aanm90@gmail.com>
This commit is contained in:
+1
-2
@@ -312,12 +312,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.
|
||||||
|
|||||||
Reference in New Issue
Block a user