• Kubernetes Submit Queue's avatar
    Merge pull request #59440 from vmware/rohitj-upstream · 6535c955
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Use SetInformers method to register for Node events. (#449)
    
    Till 1.9.2 Kubernetes release vSphere Cloud Provider needs a separate service account which is not needed.
    
    **What this PR does / why we need it**: 
    In this fix, vSphere CLoud Provider is now implementing SetInformer API to get the required NodeInformer. With this change vSphere Cloud Provider no more requires separate service account for listening NodeEvents.
    
    **Which issue(s) this PR fixes** 
    Fixes #58747
    
    **Special notes for your reviewer**:
    VMware vSphere Cloud Provide internal change
    
    **Release note**:
    ```release-note
    With this fix, separate service account is not needed for vSphere Cloud Provider for listening node events.
    ```
    6535c955
Name
Last commit
Last update
..
providers Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
cloud.go Loading commit data...
doc.go Loading commit data...
plugins.go Loading commit data...