serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match

This commit is contained in:
Qi Ni 2021-06-02 11:00:40 +08:00
parent eee6e54ecf
commit 95ac461a29

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