From 0e146f8df584eeba3ad500a9749cccd49ca4b285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Thu, 6 Jun 2019 07:56:10 +0200 Subject: [PATCH] setup/independent: fix cilium installation guide for kubeadm (#14411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Martins --- content/en/docs/setup/independent/create-cluster-kubeadm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/setup/independent/create-cluster-kubeadm.md b/content/en/docs/setup/independent/create-cluster-kubeadm.md index 49208d8c5b457..ee55868c9ce0e 100644 --- a/content/en/docs/setup/independent/create-cluster-kubeadm.md +++ b/content/en/docs/setup/independent/create-cluster-kubeadm.md @@ -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