Files
kubernetes/pkg
Kubernetes Submit Queue 923abd0149 Merge pull request #56821 from dashpole/fake_client_running_containers
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

[Test Fix] Fake docker client can remove containers which have not been started

**What this PR does / why we need it**:
During kubemark-5000 scalability tests, which use the fake docker client, we encountered a bug where containers where the pod was deleted before the container was started could not be deleted.
This is because we only remove pods from the `ExitedContainers` list.  Containers are only added to this when they have been created, started, and then stopped.  However, containers that have only been created, but not started cannot be deleted.  This PR fixes this issue by allowing containers with `State.Running=false` to be deleted.

**Which issue(s) this PR fixes**:
Ref #53327 

**Release note**:
```release-note
NONE
```
/sig node
/kind bug
/priority critical-urgent
/assign @Random-Liu @dchen1107 @shyamjvs
2017-12-05 02:42:53 -08:00
..
2017-11-22 18:40:09 +00:00
2017-10-15 18:18:13 -07:00
2017-10-15 18:18:13 -07:00
2017-11-22 18:40:09 +00:00
2017-11-30 17:49:08 +08:00
2017-11-22 18:40:09 +00:00
2017-10-15 18:18:13 -07:00
2017-11-23 16:06:51 +08:00
2017-10-15 18:18:13 -07:00
2017-11-21 15:05:23 +08:00
2017-11-23 16:06:51 +08:00
2017-11-09 12:14:08 +01:00
2017-11-09 12:14:08 +01:00
2017-10-15 18:18:13 -07:00
2017-10-15 18:18:13 -07:00
2017-11-22 18:40:09 +00:00