mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #102516 from nilo19/bug/cherry-pick-649
serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
This commit is contained in:
commit
42860d4d47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user