mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #73669 from WanLinghao/add_get_case
Add a case to illustrate how to use `kubectl get -o custom-columns`
This commit is contained in:
commit
69cf2684bb
@ -118,6 +118,9 @@ var (
|
|||||||
# Return only the phase value of the specified pod.
|
# Return only the phase value of the specified pod.
|
||||||
kubectl get -o template pod/web-pod-13je7 --template={{.status.phase}}
|
kubectl get -o template pod/web-pod-13je7 --template={{.status.phase}}
|
||||||
|
|
||||||
|
# List resource information in custom columns.
|
||||||
|
kubectl get pod test-pod -o custom-columns=CONTAINER:.spec.containers[0].name,IMAGE:.spec.containers[0].image
|
||||||
|
|
||||||
# List all replication controllers and services together in ps output format.
|
# List all replication controllers and services together in ps output format.
|
||||||
kubectl get rc,services
|
kubectl get rc,services
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user