From cc2cad3ac77f377477b3079acb8be5be3fd95f4c Mon Sep 17 00:00:00 2001 From: sbkoth Date: Tue, 7 Nov 2017 21:40:10 -0500 Subject: [PATCH] Update kubeadm.md (#216) --- Documentation/kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kubeadm.md b/Documentation/kubeadm.md index cded7966..5dde4224 100644 --- a/Documentation/kubeadm.md +++ b/Documentation/kubeadm.md @@ -11,7 +11,7 @@ Kube-router provides pod networking, network policy and high perfoming IPVS/LVS For the step #3 **Installing a pod network** install a kube-router pod network and network policy add-on with the following command: ```sh -kubectl apply -f https://raw.githubusercontent.com/cloudnativelabs/kube-router/master/daemonset/kubeadm-kuberouter.yaml +KUBECONFIG=/etc/kubernetes/admin.conf kubectl apply -f https://raw.githubusercontent.com/cloudnativelabs/kube-router/master/daemonset/kubeadm-kuberouter.yaml ``` ## kube-router providing service proxy, firewall and pod networking.