You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have different storage endpoint for gcs bucket and we cannot set that today, usually using gcloud cli we can set this through gcloud config set api_endpoint_overrides/storage https://storage-test1.p.googleapis.com/storage/v1/
and with sdk through below based on docs [https://cloud.google.com/storage/docs/request-endpoints#storage-set-client-endpoint-go]
Describe the solution you'd like
It would be great if I can pass api_endpoint_overrides/storage through BackupStorageLocation , something like additional key under bucket. objectStorage: bucket: velero-backups prefix: private/stage/cluster api_endpoint_overrides/storage: https://storage-test1.p.googleapis.com/storage/v1/
Anything else you would like to add:
Environment:
Velero version (use velero version):
Kubernetes version (use kubectl version):
Kubernetes installer & version:
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
👍 for "The project would be better with this feature added"
👎 for "This feature will not enhance the project in a meaningful way"
The text was updated successfully, but these errors were encountered:
Describe the problem/challenge you have
We have different storage endpoint for gcs bucket and we cannot set that today, usually using gcloud cli we can set this through
gcloud config set api_endpoint_overrides/storage https://storage-test1.p.googleapis.com/storage/v1/
and with sdk through below based on docs [https://cloud.google.com/storage/docs/request-endpoints#storage-set-client-endpoint-go]
Describe the solution you'd like
It would be great if I can pass api_endpoint_overrides/storage through BackupStorageLocation , something like additional key under bucket.
objectStorage: bucket: velero-backups prefix: private/stage/cluster api_endpoint_overrides/storage: https://storage-test1.p.googleapis.com/storage/v1/
Anything else you would like to add:
Environment:
velero version
):kubectl version
):/etc/os-release
):Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: