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 21100c1 commit 5316aafCopy full SHA for 5316aaf
content/en/docs/reference/kubectl/cheatsheet.md
@@ -375,7 +375,7 @@ Examples using `-o=custom-columns`:
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 default namespace, grouped by Pod
+# 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
381
# All images excluding "k8s.gcr.io/coredns:1.6.2"
0 commit comments