I found it surprising that when I set --max-graceful-termination to 10s and --pod-eviction-timeout to 2m the drain would fail after 10 seconds. I would've expected it to fail after 2 minutes (unless all pods had successfully been evicted).
Also took the liberty to rename Grateful to Graceful :).
I found it surprising that when I set
--max-graceful-termination
to10s
and--pod-eviction-timeout
to2m
the drain would fail after 10 seconds. I would've expected it to fail after 2 minutes (unless all pods had successfully been evicted).Also took the liberty to rename
Grateful
toGraceful
:).