Set default namespace

How to set the default namespace

This is usefull if you work in a special namespace for many commands/tasks

kubectl config set-context --current --namespace=<namespace>
# Example
kubectl config set-context --current --namespace=nginx

Revision #1
Created 25 July 2022 13:32:06 by Janic Voser
Updated 25 July 2022 13:33:42 by Janic Voser