• 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
..
aws Loading commit data...
azure Loading commit data...
cloudstack Loading commit data...
fake Loading commit data...
gce Loading commit data...
mesos Loading commit data...
openstack Loading commit data...
ovirt Loading commit data...
photon Loading commit data...
rackspace Loading commit data...
vsphere Loading commit data...
BUILD Loading commit data...
providers.go Loading commit data...