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
And I can see that last_contact_threshold is set, but the cleanup_dead_servers is still false, which I can verify with the consul operator autopilot get-config command:
Note that the only catch to using Autopilot Configuration is that it has to be in the leader's config when the cluster is bootstrapped for the first time. Also, if we just try to add that config to an existing cluster it won't do anything. But CleanupDeadServers seems always true unless we run consul operator autopilot set-config -cleanup-dead-servers=false.
The text was updated successfully, but these errors were encountered:
consul version
:1.0.0
While trying to use the Autopilot's cleanup_dead_servers Configuration, it is not working.
I tried the following configuration before bootstrapping the cluster:
And I can see that
last_contact_threshold
is set, but thecleanup_dead_servers
is still false, which I can verify with theconsul operator autopilot get-config
command:Note that the only catch to using Autopilot Configuration is that it has to be in the leader's config when the cluster is bootstrapped for the first time. Also, if we just try to add that config to an existing cluster it won't do anything. But
CleanupDeadServers
seems always true unless we runconsul operator autopilot set-config -cleanup-dead-servers=false
.The text was updated successfully, but these errors were encountered: