kelproject/pykube

Deleting deployment does not delete pods associated with it

Open

#87 geöffnet am 24. Okt. 2016

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (184 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (350 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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 😃

Contributor Guide