kubernetes in pod still can not delete the possible solutions

Look replicaset

kubectl get rs
kubectl delete rs xxx

Look replicationcontroller

kubectl get rc
kubectl delete rc xxx

Look deployment

kubectl get deployment
kubectl delete deployment xxx

Finally,

kubectl delete pod xxx
Published 70 original articles · won praise 56 · views 20000 +

Guess you like

Origin blog.csdn.net/zhangenter/article/details/103568069