16.强制删除ns.md 271 B

kubectl delete ns --grace-period=0 –force 

kubectl get namespace <terminating-namespace> -o json >tmp.json

kubectl proxy

curl -k -H "Content-Type: application/json" -X PUT --data-binary @tmp.json http://127.0.0.1:8001/api/v1/namespaces/istio-system/finalize