I have an Elastic cluster running on Kubernetes with 3 master nodes (2 with persistent storage and 1 voting-only node without persistent storage) and 20 data nodes. I accidentally deleted the data on one master node with persistent storage, but I successfully rejoined the master node back to the cluster using the same name, though with a new UUID that was generated. The cluster has been working fine for a few weeks.
However, my question is: will it continue to work after a complete stop and start of the cluster? Or will it require the original master UUID from the initial bootstrap?
Thanks.