Skip to content

Commit

Permalink
Fix indent issue in cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pc6 committed Sep 26, 2019
1 parent fbc03c8 commit 8efe33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ kubectl config view
# get the password for the e2e user
kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}'

kubectl config view -o jsonpath='{.users[*].name}' # get a list of users
kubectl config view -o jsonpath='{.users[*].name}' # get a list of users
kubectl config get-contexts # display list of contexts
kubectl config current-context # display the current-context
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
Expand Down

0 comments on commit 8efe33e

Please sign in to comment.