Delete some extra space (#10741)

Delete some extra space
This commit is contained in:
LiuDui
2018-10-31 00:45:56 +08:00
committed by k8s-ci-robot
parent 5bab86b2b3
commit 654a589167
6 changed files with 6 additions and 6 deletions
@@ -216,7 +216,7 @@ spec:
- Verify that the scheduling of the second pod fails with the below warning:
```shell
Warning FailedScheduling 18s (x4 over 21s) default-scheduler persistentvolumeclaim "slzc" is being deleted
Warning FailedScheduling 18s (x4 over 21s) default-scheduler persistentvolumeclaim "slzc" is being deleted
```
- Wait until the pod status of both pods is `Terminated` or `Completed` (either delete the pods or wait until they finish). Afterwards, check that the PVC is removed.