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
当前内容版权归 kubernetes官网 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 kubernetes官网 .