Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve upgrade documentation to include content about autopilot configuration settings #9699

Open
preetapan opened this issue Feb 3, 2021 · 0 comments
Labels
theme/reliability type/docs Documentation needs to be created/updated/clarified

Comments

@preetapan
Copy link
Contributor

When using Consul enterprise, the autopilot setting autopilot_disable_upgrade_migration defaults to false. When this setting is false, Consul expects operators to use a blue/green upgrade strategy where if there are n servers, n additional servers are added with the new version, and the autopilot feature will downgrade previous version servers to non-voters while upgrading new version servers to voters.

However, if the operator adds one server at a time to do a manual rolling upgrade, this setting causes leader election to stop due to loss of quorum, preventing the upgrade from proceeding.

We should improve our upgrade docs to call out enterprise specific features and how different upgrade strategies are impacted by autopilot settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/reliability type/docs Documentation needs to be created/updated/clarified
Projects
None yet
Development

No branches or pull requests

1 participant