-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Milestone

Description
What would be the right way to bypass https proxy? Traditional -Dhttps.nonProxyHosts=localhost|127.0.0.1|kubernetes.default.svc
and it is still going to https proxy host and of course fails since kubernetes.default.svc
is an internal DNS.
Exporting https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/Config.java#L107 does not help as well.