Last active
October 11, 2019 07:52
-
-
Save 300481/e433194ac25e833bc4acca7591882350 to your computer and use it in GitHub Desktop.
kubectl Spicker
This file contains 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
kubectl config rename-context <current-name> <wished-name> | |
kubectl config use-context <wished-name> | |
kubectl config set-context --current --namespace=<wished-namespace> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment