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
kubectl get -o=wide deployments nginx
Output
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR
nginx 1 1 1 1 26s nginx nginx app=nginx
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 30, 2020: SIG CLI docs - guide changes (d705a6d)