Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 1.11 --server-print info #8870

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Copyedit
Misty Stanley-Jones authored Jun 1, 2018
commit 8537e3d552611c235839a23398bec7aa190c5684
9 changes: 6 additions & 3 deletions content/en/docs/reference/kubectl/overview.md
Original file line number Diff line number Diff line change
@@ -203,15 +203,18 @@ submit-queue 610995
This means that for any given resource, the server will return columns and rows relevant to that resource, for the client to print.
This allows for consistent human-readable output across clients used against the same cluster, by having the server encapsulate the details of printing.

This feature is enabled by default as of `kubectl` v1.11, and can be optionally disabled by adding the `--server-print=false` flag to `kubectl get`.
This feature is enabled by default in `kubectl` 1.11 and higher. To disable it, add the
`--server-print=false` flag to the `kubectl get` command.

##### Examples

To print information about the status of a pod, use a command like the following:

```shell
$ kubectl get pods <pod-name> --server-print=false
kubectl get pods <pod-name> --server-print=false
```

The result of running this command is:
Output looks like this:

```shell
NAME READY STATUS RESTARTS AGE