Agents joining Server Cluster

Hello.

To have a cluster of Agents automaticaly join an existing cluster of Servers , should I use retry_join in the Agent’s config for this? Or am I required to issue a consul join command from one of the Agents?

consul join achieves what I want, the retry_join approach via config does not.

CHeers,

Ben

It should be retry_join Do you have any log output and he client configuration?

1 Like

Thanks Tobias. I am using the BOSH release to deploy and had specified retry_join in the wrong configuration block.

Many thanks.

Ben