wide

Print the default columns plus some additional columns.

Print the default columns plus some additional columns.

Note: Some columns may not directly map to fields on the Resource, but instead may be a summary of fields.

Command

  1. kubectl get -o=wide deployments nginx

Output

  1. NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR
  2. nginx 1 1 1 1 26s nginx nginx app=nginx