acryldata/datahub-helm

Failed to install datahub

Jean-LouisGillet opened this issue · 6 comments

Hello,

I'm trying to deploy DataHub on a Azure Kubernetes cluster.
I'm following these guidelines : https://datahubproject.io/docs/deploy/kubernetes/
But I have an issue when trying to deploy datahub :

image

Can you please help me ? I cannot find the reason (this is my first HELM deployment)

Jean-Louis

Hi @Jean-LouisGillet,
You're best bet would be to check the pods that are running in the cluster by running kubectl get pods, can you share the commands you've used to deploy, this gives a great indication where you went wrong.
Another thing is that datahub requires a lot of pre-requisites, this can be done via a pre-requisites helm-chart like this one: https://github.com/acryldata/datahub-helm/tree/master/charts/prerequisites

Same issue here. The prerequisites pods never start.

helm install datahub datahub/datahub-prerequisites

@scalvanese452 can you share some output like kubectl get pods and kubectl describe pod {PODNAME} And kubectl logs {PODNAME}

@gschuurman the command I used was in my previous post :-)
But, FYI, I managed to solve this issue by setting a higher timeout...
Now, I'm facing other issues, I'm investigating further

This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io

This issue was closed because it has been inactive for 30 days since being marked as stale.