We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81bfbb commit 79a176aCopy full SHA for 79a176a
Documentation/kubeadm.md
@@ -2,6 +2,7 @@
2
3
Please follow the [steps](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/) to install Kubernetes cluster with Kubeadm.
4
5
+Kube-router relies on kube-controll-manager to allocate pod CIDR for the nodes. So you must use `kubeadm init` with `--pod-network-cidr` flag.
6
7
For the step #3 **Installing a pod network** install a kube-router pod network and network policy add-on with the following command:
8
0 commit comments