Merge branch 'patch-1' of git://github.com/jgarrouste/container.training into jgarrouste-patch-1

This commit is contained in:
Jerome Petazzoni
2018-04-16 08:02:41 -05:00

View File

@@ -431,8 +431,7 @@ The timestamps should give us a hint about how many pods are currently receiving
- Remove these pods:
```bash
kubectl get pods -l run=rng,isactive!=yes -o name |
xargs kubectl delete
kubectl delete pods -l run=rng,isactive!=yes -o name
```
]