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:
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.
|
||||
|
||||
Reference in New Issue
Block a user