Update upgrade.md

This commit is contained in:
Sheng Yang 2018-09-14 15:58:17 -07:00 committed by GitHub
parent 103ed52d7a
commit b7c5424d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,17 +230,20 @@ approximately the same for all workloads.
## Upgrade Engine Images ## Upgrade Engine Images
Note: this is entirely optional. Volumes using old engine images will continue ### Offline upgrade
to function, but won't take advantage of new features, performance enhancements If live upgrade is not available (e.g. from v0.1/v0.2 to v0.3):
and bug fixes.
1. Follow [the detach procedure for relevant workloads](upgrade.md#detach-volumes). 1. Follow [the detach procedure for relevant workloads](upgrade.md#detach-volumes).
2. Select all the volumes using batch selection. Click batch operation button 2. Select all the volumes using batch selection. Click batch operation button
`Upgrade Engine`, choose the only engine image available in the list. It's `Upgrade Engine`, choose the engine image available in the list. It's
the default engine shipped with the manager for this release. the default engine shipped with the manager for this release.
3. Resume all workloads by reversing the [detach volumes procedure](upgrade.md#detach-volumes). 3. Resume all workloads by reversing the [detach volumes procedure](upgrade.md#detach-volumes).
Any volume not part of a Kubernetes workload must be attached from Longhorn UI. Any volume not part of a Kubernetes workload must be attached from Longhorn UI.
### Live upgrade (expermential feature)
Select all the volumes using batch selection. Click batch operation button
`Upgrade Engine`, choose the engine image available in the list. It's
the default engine shipped with the manager for this release.
## Note ## Note
Upgrade is always tricky. Keeping recent backups for volumes is critical. If Upgrade is always tricky. Keeping recent backups for volumes is critical. If