Answers for "command to set ns in kubectl"

0

command to set ns in kubectl

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

Code answers related to "command to set ns in kubectl"

Browse Popular Code Answers by Language