remove field-selector from 1.8 (#6671)

This commit is contained in:
Di Xu
2017-12-15 09:36:52 +08:00
committed by Steve Perry
parent ccc568c97e
commit 7d1f79fa34
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -242,9 +242,6 @@ $ kubectl get rc,services
// List all daemon sets, including uninitialized ones, in plain-text output format.
$ kubectl get ds --include-uninitialized
// List all pods running on node server01
$ kubectl get pods --field-selector=spec.nodeName=server01
```
`kubectl describe` - Display detailed state of one or more resources, including the uninitialized ones by default.