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`.