To start backing up your clusters, you must first activate the backup protection. You can set schedules to automatically kick off backups at recurring intervals or create one-time backups.
Before you start backing up and restoring clusters
If you have previously customized the
Velero version in
VMware Cloud Director Object Storage Extension, you must configure the following parameters in the
VMware Cloud Director Object Storage Extension CLI, after you upgrade to the latest
VMware Cloud Director Object Storage Extension version.
oss.k8s.velero.helm-chart-tgz.url = https://github.com/vmware-tanzu/helm-charts/releases/download/velero-3.0.0/velero-3.0.0.tgz oss.k8s.velero.repository = v1.10.0 oss.k8s.velero.tag = velero/velero oss.k8s.velero.aws.plug.image = velero/velero-plugin-for-aws:v1.6.0
If the CPU and memory settings for the Velero node agent are insufficient for the back up, you must increase the CPU and memory of the node agent by using the following parameters:
oss.k8s.velero.node-agent.cpu=2000m oss.k8s.velero.node-agent.memory=2048Mi
If the SSL certificate of Object Service Extension is self-signed, you must bypass the certification verification by using the following parameter:
oss.k8s.velero.insecure.skip.tls.verify=true
To apply the parameters, you must perform the ose args set
script and restart the OSE service. See VMware Cloud Director Object Storage Extension Command-Line Interface Reference.
Upgrade Velero for protected clusters
You must upgrade Velero to version 1.10 for the existing clusters.