Last active
November 20, 2019 17:57
-
-
Save just1689/f5b44692d0c69394b4dbf738aa366110 to your computer and use it in GitHub Desktop.
K8s tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source <(kubectl completion zsh) | |
source <(kubectl completion bash) | |
kubectl config get-contexts | |
kubectl config use-context | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment