No description
Find a file
2025-04-11 11:08:45 +02:00
mirror.sh init workaround with crane 2025-04-11 11:08:45 +02:00
README.md init workaround with crane 2025-04-11 11:08:45 +02:00

Download / Update new images

Helper

Get all images from kubernetes

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