• Kubernetes Submit Queue's avatar
    Merge pull request #39842 from gnufied/fix-aws-2x-calls · e1fa1512
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 39625, 39842)
    
    AWS: Remove duplicate calls to DescribeInstance during volume operations
    
    This change removes all duplicate calls to describeInstance
    from aws volume code path.
    
    **What this PR does / why we need it**:
    
    This PR removes the duplicate calls present in disk check code paths in AWS. I can confirm that `getAWSInstance` actually returns all instance information already and hence there is no need of making separate `describeInstance` call.
    
    Related to - https://github.com/kubernetes/kubernetes/issues/39526
    
    cc @justinsb @jsafrane
    e1fa1512
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...