Updated list all pods with -o wide comment (#11394)

Minor updates to the comment of:
// List all pods in plain-text output format and include additional information (such as node name).
$ kubectl get pods -o wide
pull/11435/head
Ashish Billore 2018-12-01 00:31:17 +09:00 committed by k8s-ci-robot
parent d459ee4265
commit 1fca2fe97e
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ $ kubectl create -f <directory>
// List all pods in plain-text output format.
$ kubectl get pods
// List all pods in plain-text output format and includes additional information (such as node name).
// List all pods in plain-text output format and include additional information (such as node name).
$ kubectl get pods -o wide
// List the replication controller with the specified name in plain-text output format. Tip: You can shorten and replace the 'replicationcontroller' resource type with the alias 'rc'.