deckhouse / k8s-image-availability-exporter

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

Fallback to default keychain for registry auth #108

Closed nabokihms closed 8 months ago

nabokihms commented 8 months ago

This is a behavior that is close to what CRI does. There may be an image pull secret but with the wrong credentials. Yet, the image may be available with the default keychain.

Closes https://github.com/deckhouse/k8s-image-availability-exporter/pull/63

codecov[bot] commented 8 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (a137e50) 19.93% compared to head (efa6346) 19.76%.

Files Patch % Lines
pkg/registry/checker.go 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #108 +/- ## ========================================== - Coverage 19.93% 19.76% -0.17% ========================================== Files 4 4 Lines 582 587 +5 ========================================== Hits 116 116 - Misses 457 462 +5 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.