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
The consul config file step in install.yml sporadically makes changes to /etc/consul.conf, without a change in the configuration.
The problem is that the order of the values in the retry_join list keeps changing. e.g. I have observed the value of retry_join in /etc/consul.conf initially as:
The
consul config file
step ininstall.yml
sporadically makes changes to/etc/consul.conf
, without a change in the configuration.The problem is that the order of the values in the
retry_join
list keeps changing. e.g. I have observed the value ofretry_join
in/etc/consul.conf
initially as:Then changed to:
Other properties use unsorted lists, which would also cause this issue.
The text was updated successfully, but these errors were encountered: