-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8291 from zbwright/upgrade-index
docs: adding an index for upgrade pages.
- Loading branch information
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Upgrading etcd clusters and applications | ||
|
||
This section contains documents specific to upgrading etcd clusters and applications. | ||
|
||
## Moving from etcd API v2 to API v3 | ||
* [Migrate applications from using API v2 to API v3][migrate-apps] | ||
|
||
## Upgrading an etcd v3.x cluster | ||
* [Upgrade etcd from 3.0 to 3.1][upgrade-3-1] | ||
* [Upgrade etcd from 3.1 to 3.2][upgrade-3-2] | ||
|
||
## Upgrading from etcd v2.3 | ||
* [Upgrade a v2.3 cluster to v3.0][upgrade-cluster] | ||
|
||
|
||
[migrate-apps]: ../op-guide/v2-migration.md | ||
[upgrade-cluster]: upgrade_3_0.md | ||
[upgrade-3-1]: upgrade_3_1.md | ||
[upgrade-3-2]: upgrade_3_2.md |