Route GPM traffic through proxy server #409
Labels
bug
Something isn't working
good first issue
Good for newcomers
python
Pull requests that update Python code
Milestone
Hi team,
We are using GPM with multicluster support. We are able to switch between most of them. Some clusters need to be accessed through proxy server so we setup the pods with the environment variables:
HTTP_PROXY="proxy address"
HTTPS_PROXY="proxy address"
Even though the env var are setup the clusters are still unaccessible. Either the proxy settings are ignored or there is another way of forcing the pod to route traffic through proxy.
Could you, please, advise how we can achieve our requirement?
Thank you.
The text was updated successfully, but these errors were encountered: