Skip to content

Commit

Permalink
fixed indentation for kubectl config view (#14060)
Browse files Browse the repository at this point in the history
fixed indentation for kubectl config view
  • Loading branch information
thecrudge authored and k8s-ci-robot committed Apr 26, 2019
1 parent fe663ea commit d1ceddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ detailed config file information.
kubectl config view # Show Merged kubeconfig settings.

# use multiple kubeconfig files at the same time and view merged config
KUBECONFIG=~/.kube/config:~/.kube/kubconfig2 kubectl config view
KUBECONFIG=~/.kube/config:~/.kube/kubconfig2

kubectl config view

# get the password for the e2e user
kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}'
Expand Down

0 comments on commit d1ceddb

Please sign in to comment.