Difference between revisions of "K8s oneliners 1"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "kubectl get pods --all-namespaces -o jsonpath='{.items[*].spec.containers[*].image}' | tr -s 'space:' '\n' | sort | uniq")
 
(No difference)

Latest revision as of 00:08, 15 January 2025

kubectl get pods --all-namespaces -o jsonpath='{.items[].spec.containers[].image}' | tr -s 'space:' '\n' | sort | uniq