Skip to content

Commit

Permalink
update 1.11 --server-print info
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Jun 1, 2018
1 parent d61d49c commit 0aff9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/reference/kubectl/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@ 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.

To output object information using this feature, you can add the `--experimental-server-print` flag to a supported `kubectl` command.
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`.

##### Examples

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

The result of running this command is:
Expand Down

0 comments on commit 0aff9f3

Please sign in to comment.