• Kubernetes Submit Queue's avatar
    Merge pull request #45798 from shashidharatd/federated-service · f038c549
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    [Federation] Fix federated service reconcilation issue due to addition of External…
    
    …TrafficPolicy field to v1.Service
    
    **What this PR does / why we need it**:
    New fields (ExternalTrafficPolicy) are introduced to v1.Service by this PR #41162. If this field is not specified in service spec, the service controller will assign default and updates the service spec.
    In federation, the service spec is not updated and we continuously try to reconcile as the federated service and the service in federated cluster do not match.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #45795
    
    
    **Special notes for your reviewer**:
    
    **Release note**:
    ```
    NONE
    ```
    
    cc @kubernetes/sig-federation-bugs @madhusudancs
    f038c549
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...