Documentation for version v1.3.2 is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
If you’re not yet running at least Velero v1.2, see the following:
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-only
You should see the following output:
Client:
Version: v1.3.2
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.2 \
--namespace velero
# optional, if using the restic daemon set
kubectl set image daemonset/restic \
restic=velero/velero:v1.3.2 \
--namespace velero
Confirm that the deployment is up and running with the correct version by running:
velero version
You should see the following output:
Client:
Version: v1.3.2
Git commit: <git SHA>
Server:
Version: v1.3.2
To help you get started, see the documentation.