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

Troubles while working with Yandex CR #146

Closed helgisid closed 4 months ago

helgisid commented 5 months ago

Hi there, we have some troubles trying to make it work with yc cr. We get the following errors: image

But as I can see from readme it should use the secrets noted in PodSpecs of the container with no help. The exporter was deployed by helm chart. what do we do wrong?

nabokihms commented 4 months ago

@helgisid hello, sorry for the long delay. Could you please share what is in your secret (counseling the sensitive data)?

helgisid commented 4 months ago

@helgisid hello, sorry for the long delay. Could you please share what is in your secret (counseling the sensitive data)?

Our secret has the following format: {"auths":{"cr.yandex":{"auth":"somesecretdata"}}} secret with type: kubernetes.io/dockerconfigjson

wzzirro commented 4 months ago

Issue can be closed, problem was in permission insufficiently. Thank you