Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
99hops opened this issue Nov 25, 2022 · 1 comment
Open

Comments

@99hops
Copy link

99hops commented Nov 25, 2022

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

@pschichtel
Copy link

pschichtel commented Dec 31, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants