Dexter Lee

Results 12 comments of Dexter Lee

Can you try again? We recently fixed the issue!

Can you run ```kubectl get pods``` ? You should see one of the setup jobs failing.

Could you post the logs of any one of the elasticsearch-setup-job that errored out?

Ah tho it seems like elasticsearch has not spun up correctly. Could you make sure you gave the cluster enough resources? Also which environment are you running in? Is this...

All the pods that the prerequisites spun up needs to be in Running state before deploying datahub.

Yeah as mentioned here https://datahubproject.io/docs/deploy/gcp#start-up-a-kubernetes-cluster-on-gke, it requires at least 3 e2-standard nodes, mainly because of Elasticsearch taking up a lot of resources.

Sorry about the late message @jonnywray We somehow missed these issues. Do you have RBAC set up in your elasticsearch cluster?

@k-ebu Thanks for all these changes!! Sorry about the late reply. Does this mean we need to keep questions.yaml in sync every time we add a new variable? Want to...

Checkout this doc! https://datahubproject.io/docs/deploy/aws#rds It states the values.yaml changes that is required to use rds

@nikmartin Seems like we need to put quotes around variables. Can you try putting quotes around the value side of this variable and see if that works with docker compose...