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 widepull/11435/head
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'.
|
||||
|
|
|
|||
Loading…
Reference in New Issue