Merge pull request #102516 from nilo19/bug/cherry-pick-649

serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
This commit is contained in:
Kubernetes Prow Robot
2021-06-02 14:54:43 -07:00
committed by GitHub

View File

@@ -381,7 +381,7 @@ func (az *Cloud) serviceOwnsFrontendIP(fip network.FrontendIPConfiguration, serv
return false, isPrimaryService, nil
}
return false, isPrimaryService, fmt.Errorf("serviceOwnsFrontendIP: wrong parameters")
return false, isPrimaryService, nil
}
// for internal secondary service the private IP address on the frontend IP config should be checked