charts icon indicating copy to clipboard operation
charts copied to clipboard

no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"

Open 99hops opened this issue 3 years ago • 1 comments

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

99hops avatar Nov 25 '22 13:11 99hops

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.

pschichtel avatar Dec 31 '22 23:12 pschichtel