From d6328da987bef44f35d93c4aa7e1a7c283566678 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Wed, 28 Feb 2018 17:13:45 +0800 Subject: [PATCH] improve get description --- pkg/kubectl/cmd/resource/get.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/kubectl/cmd/resource/get.go b/pkg/kubectl/cmd/resource/get.go index 6875c29623..4edb02a34d 100644 --- a/pkg/kubectl/cmd/resource/get.go +++ b/pkg/kubectl/cmd/resource/get.go @@ -86,10 +86,7 @@ var ( desired resource type is namespaced you will only see results in your current namespace unless you pass --all-namespaces. - This command will hide resources that have completed, such as pods that are - in the Succeeded or Failed phases. You can see the full results for any - resource by providing the --show-all flag. Uninitialized objects are not - shown unless --include-uninitialized is passed. + Uninitialized objects are not shown unless --include-uninitialized is passed. By specifying the output as 'template' and providing a Go template as the value of the --template flag, you can filter the attributes of the fetched resources.`)