redpanda-data / kminion

KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements.
MIT License
610 stars 122 forks source link

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

Closed KuznetsovDenis closed 1 year ago

KuznetsovDenis commented 1 year ago

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"