We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d90f148 + 1847278 commit 9aa6cfaCopy full SHA for 9aa6cfa
content/en/docs/reference/kubectl/cheatsheet.md
@@ -68,7 +68,7 @@ kubectl config get-contexts # display list of contexts
68
kubectl config current-context # display the current-context
69
kubectl config use-context my-cluster-name # set the default context to my-cluster-name
70
71
-# add a new cluster to your kubeconf that supports basic auth
+# add a new user to your kubeconf that supports basic auth
72
kubectl config set-credentials kubeuser/foo.kubernetes.com --username=kubeuser --password=kubepassword
73
74
# permanently save the namespace for all subsequent kubectl commands in that context.
0 commit comments