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
TL;DR: Automatic restart of Consul servers could cause a cluster downtime when you run chef-client simultaneously on your nodes. Also, if Consul version has been changed (upgrade scenario), then Consul servers should be restarted manually, according to the upgrade manual.
Reload works only for few set of configurations as mentioned here.
https://www.consul.io/docs/agent/options.html#reloadable-configuration
https://github.com/johnbellone/consul-cookbook/blob/master/recipes/default.rb#L45
It should be restart instead of reload.
The text was updated successfully, but these errors were encountered: