Open
Description
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.