From 84f076e6d7f977efbd50d26ba821e7e91d1eaccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=8F?= Date: Fri, 20 Oct 2017 12:12:32 +0800 Subject: [PATCH] kubectl-overview --- docs/user-guide/kubectl-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/kubectl-overview.md b/docs/user-guide/kubectl-overview.md index fc05e01523..ad98d64c40 100644 --- a/docs/user-guide/kubectl-overview.md +++ b/docs/user-guide/kubectl-overview.md @@ -21,9 +21,9 @@ where `command`, `TYPE`, `NAME`, and `flags` are: * `TYPE`: Specifies the [resource type](#resource-types). Resource types are case-sensitive and you can specify the singular, plural, or abbreviated forms. For example, the following commands produce the same output: - $ kubectl get pod pod1 - $ kubectl get pods pod1 - $ kubectl get po pod1 + $ kubectl get pod pod1 + $ kubectl get pods pod1 + $ kubectl get po pod1 * `NAME`: Specifies the name of the resource. Names are case-sensitive. If the name is omitted, details for all resources are displayed, for example `$ kubectl get pods`.