Velero data-mover fails behind proxy #8842
Unanswered
limboyet
asked this question in
Community support Q&A
Replies: 2 comments 7 replies
-
Those parameters should be used for the proxy setting.
As long as the setting is correct, the process, including the data mover, should use the proxy to communicate. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have the same issue. How about we copy |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to do backups of data volumes with velero using CSI Snapshot Data Movement, backing up it to S3 like storage solution. The access to the backup storage location is using an HTTP proxy.
The problem is that velero saves the objects correctly to the backup location, but data-mover is not using proxy to do de PV data-mover.
I have observed that HTTP_PROXY environment variables are defined on the pod used for doing the data movement, but velero is trying to connect directly, without using proxy information.
This is the information of the created pod for doing the data movement, I have cleared IP's for privacy:
Is there any other environment variable to be defined in order to use proxy to upload data to S3 storage?
Thanks a lot for your help.
Beta Was this translation helpful? Give feedback.
All reactions