Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created April 20, 2023 14:50
Show Gist options
  • Save ualmtorres/3bc7e5967fcc60780ab01328173ab1aa to your computer and use it in GitHub Desktop.
Save ualmtorres/3bc7e5967fcc60780ab01328173ab1aa to your computer and use it in GitHub Desktop.
Velero - Install
velero install \
--kubeconfig cluster-terraform-di.yaml \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.6.0 \
--bucket velero-di \
--secret-file ./di-minio.credentials \
--backup-location-config region=minio,s3ForcePathStyle="true",s3Url=http://<minio-dns-or-ip> \
--image velero/velero:v1.10.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment