You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux ip-172-31-18-51 6.8.0-1010-aws #10-Ubuntu SMP Thu Jun 13 17:36:15 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Issue
Nomad/Consul servers are deployed and bootstrapped. Nomad/Consul clients are deployed too. No special actions are taken, because they are auto-joined as described at https://github.com/hashicorp/learn-nomad-cluster-setup/
If server EC2 instance was terminated it is redeployed and thus rebootstrapped (automatically during provisioning).
Nomad/Consul client does not connect to the new Nomad/Consul server automatically, until their restart on a client EC2 instance:
sudo systemctl restart nomad
sudo systemctl restart consul
Reproduction steps
Create server node
Create client node
Terminate server node
Redeploy server node
Expected Result
Client EC2 Nomad/consul should reconnect automatically.
Actual Result
It does not connect to consul/nomad server until nomad/consul client are restarted.
The text was updated successfully, but these errors were encountered:
@EugenKon cloud autojoin is for "dicovery"; that is, discovering the Consul/Nomad server exists in the first place. Once it's found, there's no fallback to discovery again. Closing as a duplicate of #17872
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
v1.8.5
Operating system and Environment details
Issue
Nomad/Consul servers are deployed and bootstrapped. Nomad/Consul clients are deployed too. No special actions are taken, because they are auto-joined as described at https://github.com/hashicorp/learn-nomad-cluster-setup/
If server EC2 instance was terminated it is redeployed and thus rebootstrapped (automatically during provisioning).
Nomad/Consul client does not connect to the new Nomad/Consul server automatically, until their restart on a client EC2 instance:
Reproduction steps
Expected Result
Client EC2 Nomad/consul should reconnect automatically.
Actual Result
It does not connect to consul/nomad server until nomad/consul client are restarted.
The text was updated successfully, but these errors were encountered: