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
In many cases admins set HTTP{S}_PROXY and NO_PROXY when the Master, Node or Docker need to be configured for proxies. The challenge with NO_PROXY has been that while it can accept zones or hostnames or IPs it can't be set to cidr ranges. When the Master proxies to a pod it does so over the Pod IP. It's not practical (or really even possible) to set all the Pod IPs in the NO_PROXY setting.
This makes me think this situation may have to be special cased. I suspect the vast majority of environments will not want to use a proxy for the Master->Pod communication. However, I'm certain someone will. Should some configuration like this be added to the Master config? Perhaps a boolean setting that would tell the Master to obey the normal environment variables when reaching Pod. The default would be to ignore them for the proxy API calls.
The text was updated successfully, but these errors were encountered:
In many cases admins set HTTP{S}_PROXY and NO_PROXY when the Master, Node or Docker need to be configured for proxies. The challenge with NO_PROXY has been that while it can accept zones or hostnames or IPs it can't be set to cidr ranges. When the Master proxies to a pod it does so over the Pod IP. It's not practical (or really even possible) to set all the Pod IPs in the NO_PROXY setting.
This makes me think this situation may have to be special cased. I suspect the vast majority of environments will not want to use a proxy for the Master->Pod communication. However, I'm certain someone will. Should some configuration like this be added to the Master config? Perhaps a boolean setting that would tell the Master to obey the normal environment variables when reaching Pod. The default would be to ignore them for the proxy API calls.
The text was updated successfully, but these errors were encountered: