Proxy changes for IP mode field
This commit is contained in:
@@ -1172,7 +1172,7 @@ func (proxier *Proxier) syncProxyRules() {
|
||||
}
|
||||
|
||||
// Capture load-balancer ingress.
|
||||
for _, ingress := range svcInfo.LoadBalancerIPStrings() {
|
||||
for _, ingress := range svcInfo.LoadBalancerVIPStrings() {
|
||||
// ipset call
|
||||
entry = &utilipset.Entry{
|
||||
IP: ingress,
|
||||
|
Reference in New Issue
Block a user