Hi all, Yesterday, I tried to deploy DataHub on m...
# all-things-deployment
f
Hi all, Yesterday, I tried to deploy DataHub on minikube by following this guide https://github.com/acryldata/datahub-helm#quickstart. But I got this error when deploy DataHub.
INSTALLATION FAILED: failed pre-install: timed out waiting for the condition.
My minikube resource: 6CPU - 8GB Memory. Any suggestions would be greatly appreciated 🤗
s
Can you try doing a verbose deploy? Or check the current state of the deployment? It is possible there was resource contention which led to some delay
f
It seems like
datahub-upgrade-job
get OOM error 😐
Copy code
NAME                                                READY   STATUS      RESTARTS   AGE
datahub-acryl-datahub-actions-6d5865879c-88wr2      1/1     Running     0          175m
datahub-datahub-frontend-78c99c77d-45jjc            1/1     Running     0          175m
datahub-datahub-gms-766f4bcbdd-tshpd                1/1     Running     0          175m
datahub-datahub-upgrade-job-6lppk                   0/1     OOMKilled   0          169m
datahub-datahub-upgrade-job-94mww                   0/1     OOMKilled   0          166m
datahub-datahub-upgrade-job-9dlq7                   0/1     OOMKilled   0          175m
datahub-datahub-upgrade-job-gds7q                   0/1     OOMKilled   0          163m
datahub-datahub-upgrade-job-r2krk                   0/1     OOMKilled   0          167m
datahub-datahub-upgrade-job-r49d8                   0/1     OOMKilled   0          164m
datahub-datahub-upgrade-job-wcl49                   0/1     OOMKilled   0          161m
datahub-elasticsearch-setup-job-bbfpj               0/1     Completed   0          176m
datahub-kafka-setup-job-t76qc                       0/1     Completed   0          176m
datahub-mysql-setup-job-phjmz                       0/1     Completed   0          175m
elasticsearch-master-0                              1/1     Running     0          3h19m
prerequisites-cp-schema-registry-7cc6786995-mmwkb   2/2     Running     0          3h19m
prerequisites-kafka-0                               1/1     Running     0          3h19m
prerequisites-mysql-0                               1/1     Running     0          3h19m
prerequisites-zookeeper-0                           1/1     Running     0          3h19m
s
I think we found the problem. Can you increase the memory? It is possible there is something else running on the system which is using up the memory