Files
kubernetes/pkg
Kubernetes Submit Queue 9f3343df40 Merge pull request #42015 from dashpole/min_timeout_eviction
Automatic merge from submit-queue (batch tested with PRs 42162, 41973, 42015, 42115, 41923)

Increase Min Timeout for kill pod

Should mitigate #41347, which describes flakes in the inode eviction test due to "GracePeriodExceeded" errors.

When we use gracePeriod == 0, as we do in eviction, the pod worker currently sets a timeout of 2 seconds to kill a pod.
We are hitting this timeout fairly often during eviction tests, causing extra pods to be evicted (since the eviction manager "fails" to evict that pod, and kills the next one).

This PR increases the timeout from 2 seconds to 4, although we could increase it even more if we think that would be appropriate.

cc @yujuhong @vishh @derekwaynecarr
2017-02-28 22:06:01 -08:00
..
2017-02-28 23:24:56 +00:00
2017-01-29 21:41:45 +01:00
2017-02-28 23:24:56 +00:00
2017-02-28 15:34:34 +01:00
2017-01-19 09:50:16 -05:00
2017-02-27 16:16:26 +01:00
2017-02-27 09:28:40 +08:00
2017-02-27 06:48:13 -05:00