Master not discovered yet, this node has not previously joined a bootstrapped

My issue is related to the last post.

Master not discovered yet, this node has not previously joined a bootstrapped

======

I installed
Elasticsearch 8.7.0 on AWS EKS 1.23 with three master Pods, three Data Pods and two ingest Pods. I got the following error. Can I use the same solution as Maks_7v pointed out? If yes, how can I put the Elasticsearch configuration into the EKS Elastic pod?

Thank you very much for your help in advance!

{"@timestamp":"2023-04-01T03:00:31.503Z", "log.level": "WARN", "message":"master not discovered yet, this node has not previously joined a bootstrapped cluster, and this node must discover master-eligible nodes [quickstart-es-default-0, quickstart-es-default-1, quickstart-es-default-2] to bootstrap a cluster: have discovered [{quickstart-es-default-0}{4zuvGo1NSb-uTFXYGe93zw}{A_tUkXuIRLyMByS9g-A-MA}{quickstart-es-default-0}{10.0.80.153}{10.0.80.153:9300}{m}{8.7.0}]; discovery will continue using [10.0.19.103:9300, 10.0.50.34:9300] from hosts providers and [{quickstart-es-default-0}{4zuvGo1NSb-uTFXYGe93zw}{A_tUkXuIRLyMByS9g-A-MA}{quickstart-es-default-0}{10.0.80.153}{10.0.80.153:9300}{m}{8.7.0}] from last-known cluster state; node term 0, last-accepted version 0 in term 0; for troubleshooting guidance, see Troubleshooting discovery | Elasticsearch Guide [8.7] | Elastic", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"elasticsearch[quickstart-es-default-0][cluster_coordination][T#1]","log.logger":"org.elasticsearch.cluster.coordination.ClusterFormationFailureHelper","elasticsearch.node.name":"quickstart-es-default-0","elasticsearch.cluster.name":"quickstart"}

Perhaps you should look at this if you want a well-configured cluster set up quickly and easily on EKS.

This is written/guided by one of our most advanced team members in this area @Sunile_Manjee

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.