mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 14:43:24 +00:00
📖 document velero v1.5 upgrade instructions
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
@@ -5,17 +5,18 @@ layout: docs
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Velero [v1.3.x][4] installed.
|
||||
- Velero [v1.4.x][5] installed.
|
||||
|
||||
If you're not yet running at least Velero v1.3, see the following:
|
||||
If you're not yet running at least Velero v1.4, see the following:
|
||||
|
||||
- [Upgrading to v1.1][1]
|
||||
- [Upgrading to v1.2][2]
|
||||
- [Upgrading to v1.3][3]
|
||||
- [Upgrading to v1.4][4]
|
||||
|
||||
## Instructions
|
||||
|
||||
1. Install the Velero v1.4 command-line interface (CLI) by following the [instructions here][0].
|
||||
1. Install the Velero v1.5 command-line interface (CLI) by following the [instructions here][0].
|
||||
|
||||
Verify that you've properly installed it by running:
|
||||
|
||||
@@ -27,29 +28,29 @@ If you're not yet running at least Velero v1.3, see the following:
|
||||
|
||||
```bash
|
||||
Client:
|
||||
Version: v1.4.0-beta.1
|
||||
Version: v1.5.0-beta.1
|
||||
Git commit: <git SHA>
|
||||
```
|
||||
|
||||
1. Update the Velero custom resource definitions (CRDs) to include schema changes across all CRDs that are at the core of the new features in this release:
|
||||
|
||||
```bash
|
||||
velero install --crds-only --dry-run -o yaml | kubectl apply -f -
|
||||
```
|
||||
|
||||
1. Update the container image used by the Velero deployment and, optionally, the restic daemon set:
|
||||
|
||||
```bash
|
||||
kubectl set image deployment/velero \
|
||||
velero=velero/velero:v1.4.0-beta.1 \
|
||||
velero=velero/velero:v1.5.0-beta.1 \
|
||||
--namespace velero
|
||||
|
||||
# optional, if using the restic daemon set
|
||||
kubectl set image daemonset/restic \
|
||||
restic=velero/velero:v1.4.0-beta.1 \
|
||||
restic=velero/velero:v1.5.0-beta.1 \
|
||||
--namespace velero
|
||||
```
|
||||
|
||||
1. Update the Velero custom resource definitions (CRDs) to include the new backup progress fields:
|
||||
|
||||
```bash
|
||||
velero install --crds-only --dry-run -o yaml | kubectl apply -f -
|
||||
```
|
||||
|
||||
1. Confirm that the deployment is up and running with the correct version by running:
|
||||
|
||||
```bash
|
||||
@@ -60,7 +61,7 @@ If you're not yet running at least Velero v1.3, see the following:
|
||||
|
||||
```bash
|
||||
Client:
|
||||
Version: v1.4.0-beta.1
|
||||
Version: v1.5.0-beta.1
|
||||
Git commit: <git SHA>
|
||||
|
||||
Server:
|
||||
@@ -71,4 +72,5 @@ If you're not yet running at least Velero v1.3, see the following:
|
||||
[1]: https://velero.io/docs/v1.1.0/upgrade-to-1.1/
|
||||
[2]: https://velero.io/docs/v1.2.0/upgrade-to-1.2/
|
||||
[3]: https://velero.io/docs/v1.3.2/upgrade-to-1.3/
|
||||
[4]: https://github.com/vmware-tanzu/velero/releases/tag/v1.3.2
|
||||
[4]: https://velero.io/docs/v1.4/upgrade-to-1.4/
|
||||
[5]: https://github.com/vmware-tanzu/velero/releases/tag/v1.4.2
|
||||
@@ -13,8 +13,8 @@ toc:
|
||||
url: /basic-install
|
||||
- page: Customize Installation
|
||||
url: /customize-installation
|
||||
- page: Upgrade to 1.3
|
||||
url: /upgrade-to-1.3
|
||||
- page: Upgrade to 1.5
|
||||
url: /upgrade-to-1.5
|
||||
- page: Supported providers
|
||||
url: /supported-providers
|
||||
- page: Evaluation install
|
||||
|
||||
Reference in New Issue
Block a user