From 0aff9f38ccc7f19c5ce7da79e355eab12ec72a44 Mon Sep 17 00:00:00 2001 From: juanvallejo Date: Fri, 1 Jun 2018 16:56:19 -0400 Subject: [PATCH] update 1.11 --server-print info --- content/en/docs/reference/kubectl/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/kubectl/overview.md b/content/en/docs/reference/kubectl/overview.md index d7207926700f5..4f0a4cca56269 100644 --- a/content/en/docs/reference/kubectl/overview.md +++ b/content/en/docs/reference/kubectl/overview.md @@ -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 --experimental-server-print +$ kubectl get pods --server-print=false ``` The result of running this command is: