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

Alert if an image used in Kubernetes cannot be pulled from container registry

Results 32 k8s-image-availability-exporter issues
Sort by recently updated
recently updated
newest added

We use Argo Rollouts for gradual deployment of our services, so we needed to detect missing images for them as well. The support is quite straightforward, but it requires its...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/api&package-manager=go_modules&previous-version=0.30.0&new-version=0.30.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
go

Bumps [k8s.io/sample-controller](https://github.com/kubernetes/sample-controller) from 0.30.0 to 0.30.1. Commits 069677c Update dependencies to v0.30.1 tag See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/sample-controller&package-manager=go_modules&previous-version=0.30.0&new-version=0.30.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.30.0 to 0.30.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/apimachinery&package-manager=go_modules&previous-version=0.30.0&new-version=0.30.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.0 to 0.30.1. Commits 8e3349b Update dependencies to v0.30.1 tag 4e1652b Merge pull request #124694 from pmalek/backport-124553-to-release-1.30 2daa31e fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553) See full...

dependencies
go

Add registry request per second limiter prameter and modify check inetrval by some jitter to spread out repeated requests by time.

Please add ability to customise pod annotations for deployment k8s-image-availability-exporter for example: ``` template: metadata: {{- if .Values.k8sImageAvailabilityExporter.annotations }} annotations: {{- include .Values.k8sImageAvailabilityExporter.annotations . | nindent 8 }} ```

Hello, colleagues! In some AWS clusters, we use the EC2 instance profile to access ECR (IMDS), but image-availability-exporter doesn't support it, and all images are reported as unavailable. Can you...

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.2.0. Release notes Sourced from docker/build-push-action's releases. v6.2.0 Use default retention days for build export artifact by @​crazy-max in docker/build-push-action#1153 Bump @​docker/actions-toolkit from 0.27.0 to...

dependencies
github_actions

Some users prefer to use in EKS clusters ECR without service accounts to authorize but with native support from eksctl to provide credentials for their projects Exporter can't get any...