phenixblue / imageswap-webhook

Image Swap Mutating Admission Webhook for Kubernetes
Apache License 2.0
154 stars 53 forks source link

Error installing PDB on newer K8s versions #107

Closed phenixblue closed 1 year ago

phenixblue commented 1 year ago

What happened:

It looks like there are API changes in newer K8s versions for PodDisruptionBudget resources. We get the following error when trying to install on k8s v1.25+

error: resource mapping not found for name: "imageswap-pdb" namespace: "imageswap-system" from "/Users/phenixblue/GIT/github/tmp/imageswap-webhook/deploy/install.yaml": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first

What you expected to happen:

Install cleanly

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment: