Override backup params #3331
-
Describe the problem/challenge you have I'm in application team. I have velero CLI installed in my local machine. In on-prem Kubernetes Cluster, the admin has installed the Velero Server. I want to override the default s3 url/bucket when I take my application namespace backup from my local machine. Describe the solution you'd like Environment:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @2020testuser. In order to use a different S3 bucket, you will need to configure a different Backup Storage Location. There is also a current limitation that Velero can only support one set of credentials per provider so the current credentials that are being used for the current S3 bucket will also need to be valid for any other S3 buckets. If you are able to configure a different location, then you can specify which location to use when creating a backup using the |
Beta Was this translation helpful? Give feedback.
Hi @2020testuser. In order to use a different S3 bucket, you will need to configure a different Backup Storage Location. There is also a current limitation that Velero can only support one set of credentials per provider so the current credentials that are being used for the current S3 bucket will also need to be valid for any other S3 buckets.
If you are able to configure a different location, then you can specify which location to use when creating a backup using the
--storage-location
flag. Seevelero backup create --help
for more details.