Skip to content

Instantly share code, notes, and snippets.

@SaravanaStorageNetwork
Created November 26, 2021 12:58
Show Gist options
  • Save SaravanaStorageNetwork/5be7afea4bd5e741b6fe747d4990a1fa to your computer and use it in GitHub Desktop.
Save SaravanaStorageNetwork/5be7afea4bd5e741b6fe747d4990a1fa to your computer and use it in GitHub Desktop.
Get all image present in a Openshift cluster
oc get pods -A -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment