adorable-magazine-49274
12/01/2022, 2:39 PMdatahub-elasticsearch-setup-job.
Problem with request: Get <http://elasticsearch-master:9200>: dial tcp 10.102.226.215:9200: connect: connection refused. Sleeping 1s
Could you please help about this situation?adorable-magazine-49274
12/01/2022, 2:40 PMminikube start --kubernetes-version=v1.19.0 --memory=8gb --cpus=8
$ kubectl create secret generic mysql-secrets \
$ --from-literal=mysql-root-password=datahub
$ kubectl create secret generic neo4j-secrets \
$ --from-literal=neo4j-password=datahub
$ helm repo add datahub <https://helm.datahubproject.io/>
$ helm install prerequisites datahub/datahub-prerequisites
$ helm install datahub datahub/datahubbrainy-tent-14503
12/01/2022, 5:15 PMkubectl get po to see what pods are running? That error indicates a problem with the elasticsearch instance which is created as part of the datahub-prerequisites helm install.adorable-magazine-49274
12/02/2022, 4:33 AMadorable-magazine-49274
12/02/2022, 4:34 AMadorable-magazine-49274
12/02/2022, 4:53 AM{"type": "server", "timestamp": "2022-12-02T06:21:06,748Z", "level": "WARN", "component": "o.e.c.c.ClusterFormationFailureHelper", "cluster.name": "elasticsearch", "node.name": "elasticsearch-master-0", "message": "master not discovered yet, this node has not previously joined a bootstrapped (v7+) cluster, and this node must discover master-eligible nodes [elasticsearch-master-0, elasticsearch-master-1, elasticsearch-master-2] to bootstrap a cluster: have discovered [{elasticsearch-master-0}{6bKcgTeSRoGLgVn8xAwlEQ}{6aJ7uVm4TVev_4fVewkLGg}{172.17.0.7}{172.17.0.7:9300}{cdfhilmrstw}]; discovery will continue using [] from hosts providers and [{elasticsearch-master-0}{6bKcgTeSRoGLgVn8xAwlEQ}{6aJ7uVm4TVev_4fVewkLGg}{172.17.0.7}{172.17.0.7:9300}{cdfhilmrstw}] from last-known cluster state; node term 0, last-accepted version 0 in term 0" }
{"type": "server", "timestamp": "2022-12-02T04:50:25,140Z", "level": "WARN", "component": "r.suppressed", "cluster.name": "elasticsearch", "node.name": "elasticsearch-master-0", "message": "path: /_cluster/health, params: {wait_for_status=green, timeout=1s}",
"stacktrace": ["org.elasticsearch.discovery.MasterNotDiscoveredException: null",…brainy-tent-14503
12/02/2022, 4:24 PM