diff --git a/pkg/util/proxyconfig/merge.go b/pkg/util/proxyconfig/merge.go index 3225564494..195f154c5b 100644 --- a/pkg/util/proxyconfig/merge.go +++ b/pkg/util/proxyconfig/merge.go @@ -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 {