Skip to content

Commit

Permalink
Merge pull request #295 from danehans/bz_1743507
Browse files Browse the repository at this point in the history
Adds .svc and .svc.cluster.local to default noProxy
  • Loading branch information
openshift-merge-robot committed Aug 21, 2019
2 parents 2dbafa8 + d5e4df0 commit 6739a0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/util/proxyconfig/merge.go
Expand Up @@ -23,6 +23,8 @@ func MergeUserSystemNoProxy(proxy *configv1.Proxy, infra *configv1.Infrastructur
set := sets.NewString(
"127.0.0.1",
"localhost",
".svc",
".cluster.local",
)

if len(infra.Status.APIServerURL) > 0 {
Expand Down

0 comments on commit 6739a0a

Please sign in to comment.