• Kubernetes Submit Queue's avatar
    Merge pull request #42452 from jingxu97/Mar/nodeNamePrefix · a2d74cda
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 42452, 43399)
    
    Modify getInstanceByName to avoid calling getInstancesByNames
    
    This PR modify getInstanceByname to loop through all management zones
    directly instead of calling getInstancesByNames. Currently
    getInstancesByNames use a node name prefix as a filter to list the
    instances. If the prefix does not match, it will return all instances
    which is very wasteful since getInstanceByName only query one instance
    with a specific name.
    
    Partially fix issue #42445
    a2d74cda
Name
Last commit
Last update
..
providers Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
cloud.go Loading commit data...
doc.go Loading commit data...
plugins.go Loading commit data...