强制删除 pvc
kubectl patch pvc pvc-9cd01e19-93b4-4bd8-bfc8-9d96cbe03f46  -p '{"metadata":{"finalizers":null}}' -n senyint

强制删除 pod
kubectl delete pod PODNAME --force --grace-period=0   -n senyint

强制删除 namespace
kubectl delete namespace NAMESPACENAME --force --grace-period=0   -n senyint

 

相关文章:

  • 2022-12-23
  • 2022-03-07
  • 2021-09-12
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-08-12
  • 2021-06-14
相关资源
相似解决方案