Show HN: Kube Namespace – Run Multiple kubectl Commands In The Same Namespace(github.com)
github.com
Show HN: Kube Namespace – Run Multiple kubectl Commands In The Same Namespace
https://github.com/Noah-Huppert/kube-namespace
2 comments
This is a built in feature of `kubectl`:
kubectl config set-context your-context --namespace some-namespace
I hope this helps others who have encountered the same issue.