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
This commit is contained in:
Ashish Billore
2018-12-01 00:31:17 +09:00
committed by k8s-ci-robot
parent d459ee4265
commit 1fca2fe97e
@@ -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'.