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
commit 42860d4d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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