redpanda-data/kminion

KMinion helm chart is incompatible with Kubernetes v1.25 and above

KuznetsovDenis opened this issue · 0 comments

According to k8s API migration guide, the apiVersion used in PodDisruptionBudget (policy/v1beta1) is no logner supported in v1.25 and above , and should be replaced with policy/v1.
Consiquently, have an error:

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: ... no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"