You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If alb.ingress.kubernetes.io/subnets is not specified, we should use/emulate the existing cloudprovider functionality to determine the correct subnets in which to create the ALB. Specifically, internal ALBs will be created in subnets tagged with kubernetes.io/role/internal-elb, while internet-facing ones will be created in kubernetes.io/role/elb subnets.