From b937855267982b42e43513259b3a90bd7104b148 Mon Sep 17 00:00:00 2001 From: sbkoth Date: Tue, 7 Nov 2017 21:15:38 -0500 Subject: [PATCH] Update kubeadm.md --- Documentation/kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kubeadm.md b/Documentation/kubeadm.md index cded796649..5dde422495 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.