Trying to run Druid via provided Helm chart, get "Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "druid-zookeeper" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" #13637
Labels
Helm Chart
https://github.com/apache/druid/tree/master/helm/druid
I am very new to both Druid and Kubernetes, so forgive me if I've missed something obvious. I'm following this doc:
https://github.com/apache/druid/tree/master/helm/druid
I ran the
helm dependency update helm/druid
and got the following output, which seems to be expected:But on the next step,
helm install druid helm/druid --namespace dev --create-namespace
I get the following errorI'm no expert but I would've assumed this would've been solved in the first step, installing dependencies? Regardless any guidance would be much appreciated.
Affected Version
Master, not sure which version that points to specifically. I noticed that when I switched to the 25.0.0 branch there just aren't helm files?
The text was updated successfully, but these errors were encountered: