From b2913368f75f117ad6f8e0dcfbfb3efa484f7fda Mon Sep 17 00:00:00 2001 From: gosoon Date: Tue, 21 Apr 2020 17:22:23 +0800 Subject: [PATCH] fix: error message --- content/en/docs/reference/kubectl/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index ddb503b9c1..dbf0e2dc63 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -68,7 +68,7 @@ kubectl config get-contexts # display list of contexts kubectl config current-context # display the current-context kubectl config use-context my-cluster-name # set the default context to my-cluster-name -# add a new cluster to your kubeconf that supports basic auth +# add a new user to your kubeconf that supports basic auth kubectl config set-credentials kubeuser/foo.kubernetes.com --username=kubeuser --password=kubepassword # permanently save the namespace for all subsequent kubectl commands in that context.