mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
This commit is contained in:
parent
eee6e54ecf
commit
95ac461a29
@ -381,7 +381,7 @@ func (az *Cloud) serviceOwnsFrontendIP(fip network.FrontendIPConfiguration, serv
|
|||||||
return false, isPrimaryService, nil
|
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
|
// for internal secondary service the private IP address on the frontend IP config should be checked
|
||||||
|
Loading…
Reference in New Issue
Block a user