From 6f286dd9b84b86d0194d39f33e4ed72111cc897d Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Thu, 19 Oct 2017 11:31:29 -0500 Subject: [PATCH] Update autopilot documentation to mention correct Consul version that defaults raft protocol to 3. --- website/source/docs/guides/autopilot.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/autopilot.html.md b/website/source/docs/guides/autopilot.html.md index ec1bf9197..41f79fd83 100644 --- a/website/source/docs/guides/autopilot.html.md +++ b/website/source/docs/guides/autopilot.html.md @@ -15,7 +15,7 @@ servers, monitoring the state of the Raft cluster, and stable server introductio To enable Autopilot features (with the exception of dead server cleanup), the [`raft_protocol`](/docs/agent/options.html#_raft_protocol) setting in the Agent configuration must be set to 3 or higher on all servers. In Consul -0.8 this setting defaults to 2; in Consul 0.9 it will default to 3. For more +0.8 this setting defaults to 2; in Consul 1.0 it will default to 3. For more information, see the [Version Upgrade section](/docs/upgrade-specific.html#raft_protocol) on Raft Protocol versions.