Skip to content

Commit

Permalink
Make kubeadm install docs clearer (#270)
Browse files Browse the repository at this point in the history
These docs didn't read well and possibly led the user to do a `kubeadm reset`.
  • Loading branch information
barthoda authored and murali-reddy committed Jan 4, 2018
1 parent c07df49 commit 862b410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/kubeadm.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Deploying kube-router with kubeadm

Please follow the [steps](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/) to install Kubernetes cluster with Kubeadm.
Please follow the [steps](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/) to install Kubernetes cluster with Kubeadm, however must specify `--pod-network-cidr` when you run `kubeadm init`.

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. On the controller node after `kubeadm init` is complete:
Kube-router relies on kube-controller-manager to allocate pod CIDR for the nodes.

Kube-router provides pod networking, network policy and high perfoming IPVS/LVS based service proxy. Depending on you choose to use kube-router for service proxy you have two options.

Expand Down

0 comments on commit 862b410

Please sign in to comment.