mirror of https://github.com/kubernetes/kops.git
improve clarifying comments
This commit is contained in:
parent
4c35cf2317
commit
e27d726fe5
|
|
@ -582,7 +582,7 @@ func deregisterInstanceFromClassicLoadBalancer(c AWSCloud, i *cloudinstances.Clo
|
|||
return nil
|
||||
}
|
||||
|
||||
// there will always be only one loadBalancer in the response.
|
||||
// there will always be only one ASG in the DescribeAutoScalingGroups response.
|
||||
loadBalancerNames := asgDetails.AutoScalingGroups[0].LoadBalancerNames
|
||||
|
||||
for {
|
||||
|
|
|
|||
Loading…
Reference in New Issue