Saravana's Musings
Showing posts with label
openshift
.
Show all posts
Showing posts with label
openshift
.
Show all posts
Friday, November 26, 2021
List all images in a OpenShift cluster
List all images in a OpenShift cluster
oc get pods -A -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq
Older Posts
Home
Subscribe to:
Posts (Atom)