mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #95247 from kishorj/nlb_attributes
reconcile AWS NLB attributes on service creation
This commit is contained in:
commit
d2a85502df
@ -189,6 +189,9 @@ func (c *Cloud) ensureLoadBalancerv2(namespacedName types.NamespacedName, loadBa
|
||||
return nil, fmt.Errorf("error creating listener: %q", err)
|
||||
}
|
||||
}
|
||||
if err := c.reconcileLBAttributes(aws.StringValue(loadBalancer.LoadBalancerArn), annotations); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
} else {
|
||||
// TODO: Sync internal vs non-internal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user