Merge pull request #6464 from hashicorp/docs-noraft
docs: drop raft from 0.10.0 upgrade guide
This commit is contained in:
commit
890409864d
|
@ -30,20 +30,6 @@ You can regain this behavior and disable deployments by setting `max_parallel` t
|
|||
|
||||
For more information, see [`update` stanza][update].
|
||||
|
||||
### Raft 3
|
||||
Nomad 0.10 defaults to Raft 3 which includes [Autopilot](/guides/operations/autopilot.html),
|
||||
operator-friendly automatic cluster management.
|
||||
Once all servers are upgraded and running with Raft protocol version 3, autopilot features are enabled.
|
||||
|
||||
If existing servers are still on Raft protocol version 1,
|
||||
new servers will need [`raft_protocol`](/docs/configuration/server.html#raft_protocol)
|
||||
set to 2, in order to maintain backwards compatibility with
|
||||
the old servers during the upgrade. After the servers have been migrated to
|
||||
version 0.10.0 with Raft protocol version 2, `raft_protocol` can be moved up to 3 and the servers restarted
|
||||
to match the default.
|
||||
|
||||
For more information on upgrading Raft, see [Upgrading to Raft Protocol 3](/guides/upgrade/upgrade-specific.html#upgrading-to-raft-protocol-3).
|
||||
|
||||
## Nomad 0.9.5
|
||||
|
||||
### Template Rendering
|
||||
|
|
Loading…
Reference in a new issue