Hi,
I'm trying to deploy a ES Cluster in Azure using Machine Scale Sets; to allow us to increase the number of nodes quickly.I would like these to be configured automatically using packer to create the machine image prior to spinning them up.
At the moment I'm just testing locally on my sandbox environment.
I'm using CentOS 7 as the OS and ES 7.5.2.
The problem I'm facing is with the cluster.initial_master_nodes setting.
It seems that I need to enter a list of node names across all of the nodes prior to ES forming a cluster however I will not know this prior to spinning the machines up and I would like to disable SSH access to the boxes.
I'm using a DNS entry to handle discovery.seed_hosts which can be controlled outside of each node.
Any advice would be really useful as it seems I'm missing something.
Thanks!