k8s-image-availability-exporter icon indicating copy to clipboard operation
k8s-image-availability-exporter copied to clipboard

Multiple deployments with same image issue

Open oleksiytsyban opened this issue 2 years ago • 0 comments

If there are several deployments with same image and at least one of them has Replicas = 0 there is a good chance of removing this image from checking list. rc.imageStore.ReconcileImage does not check for other deployments with same image.

oleksiytsyban avatar Aug 16 '22 19:08 oleksiytsyban