mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
* update 1.3 upgrade instructions for v1.3.1 Signed-off-by: Steve Kriss <krisss@vmware.com> * generate v1.3.1 docs Signed-off-by: Steve Kriss <krisss@vmware.com>
1.5 KiB
1.5 KiB
Upgrading to Velero 1.3
Prerequisites
If you're not yet running at least Velero v1.2, see the following:
Instructions
-
Install the Velero v1.3 command-line interface (CLI) by following the instructions here.
Verify that you've properly installed it by running:
velero version --client-onlyYou should see the following output:
Client: Version: v1.3.1 Git commit: <git SHA> -
Update the container image used by the Velero deployment and, optionally, the restic daemon set:
kubectl set image deployment/velero \ velero=velero/velero:v1.3.1 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ restic=velero/velero:v1.3.1 \ --namespace velero -
Confirm that the deployment is up and running with the correct version by running:
velero versionYou should see the following output:
Client: Version: v1.3.1 Git commit: <git SHA> Server: Version: v1.3.1