Answers for "kubectl change to namespace"

19

kubectl change namespace

kubectl config set-context --current --namespace=my-namespace
Posted by: Guest on July-10-2020
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 "kubectl change to namespace"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language