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
When nomad_use_consul==true, nomad_servers is empty which is causing nomad_bootstrap_expect to always be 3.
A proper value of bootstrap_expect is required, even if consul is used for bootstrapping, so this is a bug.
When
nomad_use_consul==true,nomad_serversis empty which is causingnomad_bootstrap_expectto always be 3.A proper value of
bootstrap_expectis required, even if consul is used for bootstrapping, so this is a bug.