change proxiers to pass nodePortAddresses

This commit is contained in:
Khaled (Kal) Henidak
2021-09-07 22:13:24 +00:00
parent 784c31cca1
commit acdf50fbed
3 changed files with 3 additions and 3 deletions

View File

@@ -642,7 +642,7 @@ func NewProxier(
klog.InfoS("clusterCIDR not specified, unable to distinguish between internal and external traffic")
}
serviceHealthServer := healthcheck.NewServiceHealthServer(hostname, recorder)
serviceHealthServer := healthcheck.NewServiceHealthServer(hostname, recorder, []string{} /* windows listen to all node addresses */)
hns, supportedFeatures := newHostNetworkService()
hnsNetworkName, err := getNetworkName(config.NetworkName)
if err != nil {