Remove --experimental-server-print flag docs (#11917)

This flag does not exists anymore so remove this from the docs.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
This commit is contained in:
Suraj Deshmukh
2019-01-07 12:42:32 +05:30
committed by Kubernetes Prow Robot
parent 7c00d0dfef
commit b03912667f
@@ -288,9 +288,6 @@ $ kubectl get ds --include-uninitialized
// List all pods running on node server01
$ kubectl get pods --field-selector=spec.nodeName=server01
// List all pods in plain-text output format, delegating the details of printing to the server
$ kubectl get pods --experimental-server-print
```
`kubectl describe` - Display detailed state of one or more resources, including the uninitialized ones by default.