📜  kubernetes:命名空间停留在状态终止 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:32.930000             🧑  作者: Mango

代码示例1
kubectl get namespace  -o json > .json
#Edit the JSON file and remove kubernetes from finalizers array which is under spec
kubectl replace --raw "/api/v1/namespaces//finalize" -f .json