Files
kubernetes/pkg
Kubernetes Submit Queue 9891f66672 Merge pull request #49444 from eparis/drain-livelock
Automatic merge from submit-queue (batch tested with PRs 49444, 47864, 48584, 49395, 49118)

Do not spin forever if kubectl drain races with other removal

In https://github.com/kubernetes/kubernetes/pull/47450 we stopped
returning an error if a pod disappeared before we could remove it.
Instead we just continue to spin forever. Return "success" if a pod
disappeared before we actually removed it.

https://bugzilla.redhat.com/1473777
bug 1473777

```release-note
`kubectl drain` no longer spins trying to delete pods that do not exist
```
2017-07-24 13:52:31 -07:00
..
2017-06-22 11:31:03 -07:00
2017-07-20 11:03:49 -07:00
2017-07-20 11:03:49 -07:00
2017-07-20 11:03:49 -07:00
2017-07-18 14:34:08 +08:00
2017-06-22 11:31:03 -07:00
2017-07-21 14:29:59 -07:00