-
Notifications
You must be signed in to change notification settings - Fork 3k
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
datahub-elasticsearch-setup-job fails to start in GKE #6060
Comments
I managed to resolve this issue by downgrading the version of Closing this issue as this is resolved. Please update your configuration setup so it can be installed without errors :) |
I encountered the same problem during upgrading to FYI @jjoyce0510 @pedro93 |
I agree, this should not be closed as its a bug in v0.8.45. Same issue encountered in Azure. |
Hello folks, For additional context, what version of DataHub Helm charts are you using? |
@pedro93 I used |
Put up a PR to fix the issue, will try to get it in as soon as possible. |
@pedro93 @anshbansal Or should we just stick with |
@jinlintt Stick with |
@anshbansal got it. Thank you! |
If you need v0.8.45 features you can set the image tag for elasticsearch_setup_job to be: |
Describe the bug
I am following the instructions from the documentation on how to deploy DataHub in GCP. I successfully managed to set up the Kubernetes cluster as well as install the prerequisites via helm. When I try to install
helm install datahub datahub/datahub
, I am running into errors when datahub-elasticsearch-setup-job spins up. Here's how to the cluster looks like (it seems to be retrying to install elasticsearch a couple of times)And here's the log from failed pods:
I was trying to search for a similar problem in your closed GH issues or all over the internet but I couldn't find the solution. Is this about missing curl installation or perhaps about that unary operator? I would really appreciate helping me with this one.
The text was updated successfully, but these errors were encountered: