From cb18a8519ec6ee2dfa3a8bf0e04471221e25b9df Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Sat, 19 Aug 2017 10:00:31 +0800 Subject: [PATCH] Update kubectl-overview.md Fix the format. The format in orginal web page is confusion. --- docs/user-guide/kubectl-overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/kubectl-overview.md b/docs/user-guide/kubectl-overview.md index ba735d7fee..5170ed7150 100644 --- a/docs/user-guide/kubectl-overview.md +++ b/docs/user-guide/kubectl-overview.md @@ -16,7 +16,9 @@ kubectl [command] [TYPE] [NAME] [flags] ``` where `command`, `TYPE`, `NAME`, and `flags` are: + * `command`: Specifies the operation that you want to perform on one or more resources, for example `create`, `get`, `describe`, `delete`. + * `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