Answers for "kubernetes docs namespace switch"

5

kubectl switch namespace command

kubectl config set-context --current --namespace=<insert-namespace-name-here>
# Validate it
kubectl config view --minify | grep namespace:
Posted by: Guest on March-06-2020

Code answers related to "kubernetes docs namespace switch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language