Remove -o name

This commit is contained in:
Jerome Petazzoni
2018-04-16 08:03:09 -05:00
parent b756d0d0dc
commit ff8c3b1595

View File

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