Set default namespace for context kubectl

Avoid typing -n on every command for this context

kubectl config set-context --current --namespace=<ns>
more kubectl all 73 commands →