Skip to content

Commit 9aa6cfa

Browse files
authored
Merge pull request #20470 from gosoon/bugfix
fix: error message
2 parents d90f148 + 1847278 commit 9aa6cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kubectl config get-contexts # display list of contexts
6868
kubectl config current-context # display the current-context
6969
kubectl config use-context my-cluster-name # set the default context to my-cluster-name
7070

71-
# add a new cluster to your kubeconf that supports basic auth
71+
# add a new user to your kubeconf that supports basic auth
7272
kubectl config set-credentials kubeuser/foo.kubernetes.com --username=kubeuser --password=kubepassword
7373

7474
# permanently save the namespace for all subsequent kubectl commands in that context.

0 commit comments

Comments
 (0)