charts
charts copied to clipboard
no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
Hey, I just tried to use the helm chart install I saw this
$ helm repo add kongz https://charts.kong-z.com
$ helm repo update
$ helm install --namespace "graylog" graylog kongz/graylog
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
$ kubectl version --short
Client Version: v1.25.4
Kustomize Version: v4.5.7
Server Version: v1.25.4
What do you think (:
Something related here
If you add --set tags.install-elasticsearch=false and then manually install elasticsearch (e.g. using the ECK operator) installation will work fine. The source of the incompatible PodDisruptionBudget is the version of the ES chart that is being pulled as a dependency.