kelproject/pykube

Deleting deployment does not delete pods associated with it

Open

#87 创建于 2016年10月24日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)Python (350 star) (184 fork)batch import
enhancementhelp wanted

描述

We have the same issue with https://github.com/kubernetes/kubernetes/issues/32985 .

It may be the bug of pykube and we have tested for serval times. If we delete the deployment, kubectl get deployment can not find that deployment, but kubectl get rs shows that the pods are not deleted.

If we use kubectl to delete the deployment, everything works well and the pods will switch to Terminating and deleted forever.

We have used pykube to implement the PaaS service and this is critical for us. Hope anyone can help to confirm and fix this 😃

贡献者指南

Deleting deployment does not delete pods associated with it · kelproject/pykube#87 | Good First Issue