This message was deleted.
# rke2
a
This message was deleted.
h
There maybe a better way but this will show you container images in all namespaces:
Copy code
kubectl get pods -A -o jsonpath="{.items[*].spec['initContainers', 'containers'][*].image}" |\
tr -s '[[:space:]]' '\n' |\
sort |\
uniq -c
maybe helpful to look at all namespaces incase if there is nginx deployed with some app otherwise you can just look at kube-system
n
Its the prefix that is the upstream version
v1.10.4-hardened3 is v1.10.4.... hardened.
We have not produces a v1.11 version yet