微服务项目,部分服务无法delete,一直处于Terminating状态

kubectl get po -n gift

k8s被删除的pod一直Terminating状态

 

强制删除product:kubectl delete -n gift po/product-5765487994-qn5sr --force --grace-period=0

k8s被删除的pod一直Terminating状态

 

kubectl get po -n gift,可以看到product已经删除

k8s被删除的pod一直Terminating状态

 

强制删除eureka:kubectl delete -n gift po/eureka-1 --force --grace-period=0

k8s被删除的pod一直Terminating状态

 

kubectl get po -n gift

k8s被删除的pod一直Terminating状态

 

相关文章: