From 67dac7b59c871e06c9885d982a45887b351ffd02 Mon Sep 17 00:00:00 2001 From: Ming Zhao Date: Sun, 22 Oct 2017 22:59:34 -0700 Subject: [PATCH] Use the format of kubeadm init --- docs/setup/independent/create-cluster-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index bb4f3bdb1d..f2eacad637 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -178,7 +178,7 @@ as root: kubeadm join --token : --discovery-token-ca-cert-hash sha256: ``` -To make kubectl work for your non-root user, you might want to run these commands (which is also a part of the kubeadm init output): +To make kubectl work for your non-root user, you might want to run these commands (which is also a part of the `kubeadm init` output): ``` mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config