kaisawind's blog
关于
所有帖子
k8s无法删除pod解决方法 - Mon, Feb 18, 2019
k8s无法删除pod解决方法
kubectl get rc
(或者
kubectl get rs
)
如果有rc或者rs则删除rc或rs
kubectl delete rc xxx
强制删除pod kubectl delete pod
name
–grace-period=0 –force -n
namespace