diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index 38aa122f2a..2dc0259a00 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -263,8 +263,8 @@ kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8 **Note:** - - For flannel to work correctly, `--pod-network-cidr=10.244.0.0/16` has to be passed to `kubeadm init`. - - flannel works on `amd64`, `arm`, `arm64` and `ppc64le`, but for it to work on an other platform than + - For `flannel` to work correctly, `--pod-network-cidr=10.244.0.0/16` has to be passed to `kubeadm init`. + - `flannel` works on `amd64`, `arm`, `arm64` and `ppc64le`, but for it to work on a platform other than `amd64` you have to manually download the manifest and replace `amd64` occurences with your chosen platform. - Set `/proc/sys/net/bridge/bridge-nf-call-iptables` to `1` by running `sysctl net.bridge.bridge-nf-call-iptables=1` to pass bridged IPv4 traffic to iptables' chains. This is a requirement for some CNI plugins to work, for more information @@ -273,6 +273,9 @@ please see [here](https://kubernetes.io/docs/concepts/cluster-administration/net ```shell kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.0/Documentation/kube-flannel.yml ``` + + - For more information about `flannel`, please see [here](https://github.com/coreos/flannel). + {% endcapture %} {% capture kube-router %} @@ -285,7 +288,7 @@ Kube-router relies on kube-controll-manager to allocate pod CIDR for the nodes. Kube-router provides pod networking, network policy, and high-performing IP Virtual Server(IPVS)/Linux Virtual Server(LVS) based service proxy. -For information on setting up Kubernetes cluster with Kube-router using kubeadm please see official [setup guide](https://github.com/cloudnativelabs/kube-router/blob/master/Documentation/kubeadm.md). +For information on setting up Kubernetes cluster with Kube-router using kubeadm, please see official [setup guide](https://github.com/cloudnativelabs/kube-router/blob/master/Documentation/kubeadm.md). {% endcapture %}