Skip to content

Commit

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

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

0 comments on commit 1a89355

Please sign in to comment.