Skip to content

Commit

Permalink
serviceOwnsFrontendIP shouldn't report error when the public IP doesn…
Browse files Browse the repository at this point in the history
…'t match
  • Loading branch information
nilo19 committed Jun 3, 2021
1 parent bd3ce3a commit 706b995
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 706b995

Please sign in to comment.