We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d58f3 commit c3245e4Copy full SHA for c3245e4
content/en/docs/reference/kubectl/cheatsheet.md
@@ -374,6 +374,7 @@ Examples using `-o=custom-columns`:
374
```bash
375
# All images running in a cluster
376
kubectl get pods -A -o=custom-columns='DATA:spec.containers[*].image'
377
+
378
# All images running in namespace: default, grouped by Pod
379
kubectl get pods --namespace default --output=custom-columns="NAME:.metadata.name,IMAGE:.spec.containers[*].image"
380
0 commit comments