https://datahubproject.io logo
#troubleshoot
Title
# troubleshoot
c

crooked-rose-22807

09/30/2022, 7:05 AM
Hi, I'm attempting to deploy datahub via minikube using M1 machine. I never had issue with intel chip before. But this is what I get when trying to `helm install prerequisites datahub/datahub-prerequisites -n datahub`:
Copy code
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "elasticsearch-master-pdb" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first
Any idea how to fix this. I followed this https://datahubproject.io/docs/deploy/kubernetes/
b

bulky-electrician-72362

09/30/2022, 9:53 AM
hey, PodDisruptionBudget is part of Kubernetes resources : https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets what is you kubernetes version?
To disable their creation set
in your values.yaml
c

crooked-rose-22807

10/17/2022, 8:53 AM
Hello, I know it very late but this helped! 🙏
h

hallowed-spring-18709

11/03/2022, 3:18 PM
can you share and elaborate on the solution? Thanks in advance.
188 Views