• Kubernetes Submit Queue's avatar
    Merge pull request #45492 from matt-potter/multizone-dns-fed · f006dcc9
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46429, 46308, 46395, 45867, 45492)
    
    deduplicate endpoints before DNS registration
    
    **What this PR does / why we need it**: Multizone clusters will return duplicated endpoints to the federation controller manager. The FCM will then attempt to create an A record with duplicate entries, which will fail. As a result, federated services on multi-AZ clusters don't work right now. This PR deduplicates the endpoint IPs before attempting the DNS record registration. 
    
    **Which issue this PR fixes**: fixes #35997
    
    **Special notes for your reviewer**:
    I believe there is a lot of refactoring required with multizone federated clusters, most notably with regard to AWS and optimising for ALIAS records rather than A, but this PR will at least allow basic functionality to work.
    
    ```release-note NONE
    ```
    f006dcc9
Name
Last commit
Last update
..
apis Loading commit data...
client Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
deploy Loading commit data...
develop Loading commit data...
docs/api-reference Loading commit data...
manifests Loading commit data...
pkg Loading commit data...
registry/cluster Loading commit data...
BUILD Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...