Skip to content

Commit 5316aaf

Browse files
Update cheatsheet.md
fix CLA sign
1 parent 21100c1 commit 5316aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Examples using `-o=custom-columns`:
375375
# All images running in a cluster
376376
kubectl get pods -A -o=custom-columns='DATA:spec.containers[*].image'
377377

378-
# All images running in default namespace, grouped by Pod
378+
# All images running in namespace: default, grouped by Pod
379379
kubectl get pods --namespace default --output=custom-columns="NAME:.metadata.name,IMAGE:.spec.containers[*].image"
380380

381381
# All images excluding "k8s.gcr.io/coredns:1.6.2"

0 commit comments

Comments
 (0)