Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleSet default namespace
$ kubectl config set-context --current --namespace=<namespace>
# ValidateVerify the itchange
$ kubectl config view --minify | grep namespace:

...