Skip to content

Commit a0feb85

Browse files
kourtneyshortTim Bannister
andauthored
Update content/en/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 484713a commit a0feb85

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-
kubectl config set-cluster my-cluster-name # set a cluster entry in the kubeconfig
71+
kubectl config set-cluster my-cluster-name # set a cluster entry in the kubeconfig
7272

7373
# configure the URL to a proxy server to use for requests made by this client in the kubeconfig
7474
kubectl config set-cluster my-cluster-name --proxy-url=my-proxy-url

0 commit comments

Comments
 (0)