添加 'CloudNative/Kubernetes/Base/切换默认命名空间.md'

This commit is contained in:
iProbe 2022-11-12 09:13:00 +08:00
parent 916417e585
commit dfc05068ed

View file

@ -0,0 +1,3 @@
```shell
kubectl config set-context --current --namespace=xxx
```