UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a4865ecd authored by Micah Nagel's avatar Micah Nagel
Browse files

simpler

parent 082ee021
No related branches found
No related tags found
1 merge request!427IronBank image for Cluster Auditor
Pipeline #225477 passed
......@@ -6,4 +6,4 @@ set -e
# Quick check for non iron bank images
echo "Showing images not from ironbank:"
# Ignore rancher images since those are from k3d
kubectl get pods -A -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c | ( grep -v "registry1" || true ) | ( grep -v "rancher" || echo "None" )
kubectl get pods -A -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c | grep -v "registry1" | ( grep -v "rancher" || echo "None" )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment