1.k8s删除不掉资源处理

k8s 删除资源(这里的资源包括pod、namespace、sevice、clusterrole、clusterrolebinding等k8s所有资源)一直Terminating,卡死一直删不掉

使用强制删除

kubectl delete ns --force --grace-perod=0

依然报:

warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.

可以使用如下方法解决:

kubectl edit ns  查找关键字finalizers删除下面的行保存即可

2.helm删除不掉资源

使用helm删除spark-operate时手动删除了spark-operator-webhook-init-s75dz

导致再次使用helm uninstall删除的时候一直删除不掉

可以使用helm uninstall -n name_space --no-hooks 无挂钩模式删除

如果删除不干净那智能再用kubectl再删除其他相关资源,如果还是删不掉参考1

删完之后helm再次安装成功。

Logo

K8S/Kubernetes社区为您提供最前沿的新闻资讯和知识内容

更多推荐