deckhouse / k8s-image-availability-exporter

Alert if an image used in Kubernetes cannot be pulled from container registry
Apache License 2.0
211 stars 25 forks source link

Container Registry & CRI-O #145

Closed mirisu2 closed 5 months ago

mirisu2 commented 5 months ago

Hi. Не нашёл в документации/аргументах запуска. Можно ли подружить k8s-iae с конфигурацией зеркал определённых в /etc/containers/registries.conf ? Как пример конфига:

[[registry]]
  prefix = "docker.io"
  location = "nexus.example.com"
[[registry]]
  prefix = "gcr.io"
  location = "nexus.example.com"
[[registry]]
  prefix = "quay.io"
  location = "nexus.example.com"