pastushenko
pastushenko
If the problem can't be fixed on k8s-image-availability-exporter side, can we add some configurable options to application that can exclude some registries from querying? Or better - add label `repository`...
I found a workaround. In prometheus rule you can exclude from alerts images starting with quay.io using regexp in expression like: ``` max by (namespace, cronjob, container, image) ( k8s_image_availability_exporter_cronjob_available{image!~"quay.io.*"}...
We are using image flant/k8s-image-availability-exporter:v0.1.5. I will try to update.
Hi! @nabadger, @germetist are there any updates? I use kubernetes v1.22 created by minikube and when a try to create a role in API rbac.authorization.k8s.io/v1beta, I get the following error:...