文档:https://velero.io/docs/v1.12/contributions/minio/



velero install \
    --provider aws \
    --image registry.cn-hangzhou.aliyuncs.com\/zhengyu1992\/velero:v1.12.1 \
    --plugins registry.cn-hangzhou.aliyuncs.com\/zhengyu1992\/velero-plugin-for-aws:v1.8.1 \
    --bucket velero \
    --secret-file ./credentials-velero \
    --use-volume-snapshots=false \
    --use-node-agent \
    --default-volumes-to-fs-backup \
    --backup-location-config region=minio,s3ForcePathStyle="true",s3Url=http://minio-headless.mid.svc:9000
  • No labels