Skip to content

Commit

Permalink
Merge pull request kubernetes#102547 from nilo19/automated-cherry-pic…
Browse files Browse the repository at this point in the history
…k-of-#102516-upstream-release-1.20

Cherry pick of kubernetes#102516: serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
  • Loading branch information
k8s-ci-robot authored Jun 8, 2021
2 parents 38c41a7 + 706b995 commit 76167c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,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
Expand Down

0 comments on commit 76167c6

Please sign in to comment.