You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
Instead of deleting the pod, why not evicting it? Evicting the pod would be better since it would respect any PDBs targeting the pod.
The text was updated successfully, but these errors were encountered:
danielfm
changed the title
[Question] Why not evicting the pod instead of deleting them?
[Question] Why not evicting the pods instead of deleting them?
Jul 30, 2019
I believe it may be related to the conditions the node is in - there may be just not enough time to run eviction. If node is going to be killed in 30s, then there is really no guarantee that the eviction will be finalized in that time, so it is better to treat it as involuntary disruption.
Moreover in very rare occasions preemptible instances may not get the notification that they are going to be shut off, so in fact this should be treated as node loss.
Instead of deleting the pod, why not evicting it? Evicting the pod would be better since it would respect any PDBs targeting the pod.
The text was updated successfully, but these errors were encountered: