Hi, I am testing Elasticsearch cluster 7.12.1 with 3 nodes managed by ECK 1.5.
Every thing works fine until I restart all GKE nodes.
Steps:
- create GKE cluster
- apply eck_all_in_one_1.5.0.yaml
- apply my elasticsearch crd resource, and elasticsearch cluster successfully starts
- resize GKE node pool to zero, and resize back
- the elasticsearch pods restarts but continuously print out "this node has not previously joined a bootstrapped (v7+) cluster, and [cluster.initial_master_nodes] is empty on this node"
I have tried recreating the cluster by delete and apply my crd resource again, but that also deleted all my data.
Is there any other way to restart a elasticsearch cluster managed by ECK after all nodes shutted down?