hey all, i'm trying to get things running locally ...
# ingestion
p
hey all, i'm trying to get things running locally using kubernetes/minikube following: https://datahubproject.io/docs/deploy/kubernetes it looks like everything in the prerequisites step is able to build except for elasticsearch-master-0 pod, which logs:
Copy code
"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
Did I miss a step here?
All good, was able to figure things out. Needed to set the number of replicas to 1 in the values file.
e
Awesome! Yeah we commented out the setting for a single node cluster (minikube) in the values.yaml file. Glad that it worked!