共计 485 个字符,预计需要花费 2 分钟才能阅读完成。
velero 下载地址:
https://github.com/vmware-tanzu/velero/releases
配置密钥
[default]
aws_access_key_id=minioadmin
aws_secret_access_key=minioadmin
将上述内容保存为 ./credentials-velero
安装脚本
velero install --provider aws --bucket backups --secret-file ./credentials-velero --default-volumes-to-fs-backup=true --use-volume-snapshots=false --backup-location-config region=cn,s3ForcePathStyle="true",s3Url=http://10.88.40.105:30002 --plugins=velero/velero-plugin-for-aws:v1.9.0 --use-node-agent
参考
正文完