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

Broken on Kubernetetes v1.25 due to removed `v1beta1.CronJob`

Open dominik-horb-umg opened this issue 2 years ago • 0 comments

On Kubernetes v1.25 the image is not working anymore due to the usage of the v1beta1.CronJob API that is deprecated since v1.21. The pod is CrashLooping with the following error message:

E1010 08:43:23.255855       1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1beta1.CronJob: failed to list *v1beta1.CronJob: the server could not find the requested resource

dominik-horb-umg avatar Oct 10 '22 08:10 dominik-horb-umg