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
It appears that consul agents running as clients are unable to join the cluster because of the check here. When I configure the agent as a client (server => false), consul info does not output num_peers so the linked check returns 1.
I don't know what happened. I swear I removed this functionality was removed. I am going to remove it for real to prevent future people from encountering this.
It appears that consul agents running as clients are unable to join the cluster because of the check here. When I configure the agent as a client (
server => false
),consul info
does not outputnum_peers
so the linked check returns1
.Example configuration:
Client output of
consul info
:Server output of
consul info
:The text was updated successfully, but these errors were encountered: