Skip to content

Commit

Permalink
setup/independent: fix cilium installation guide for kubeadm (#14411)
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm authored and k8s-ci-robot committed Jun 6, 2019
1 parent 1646be8 commit 0e146f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/setup/independent/create-cluster-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ kubectl apply -f https://docs.projectcalico.org/v3.7/manifests/canal.yaml
{{% tab name="Cilium" %}}
For more information about using Cilium with Kubernetes, see [Kubernetes Install guide for Cilium](https://docs.cilium.io/en/stable/kubernetes/).

For Cilium to work correctly, you must pass `--pod-network-cidr=10.217.0.0/16` to `kubeadm init`.

These commands will deploy Cilium with its own etcd managed by etcd operator.

_Note_: If you are running kubeadm in a single node please untaint it so that
Expand Down

0 comments on commit 0e146f8

Please sign in to comment.