cluster-api-provider-aws icon indicating copy to clipboard operation
cluster-api-provider-aws copied to clipboard

Secret clouds don't support Security Groups on NLBs

Open r4f4 opened this issue 1 year ago • 1 comments
trafficstars

/kind bug

What steps did you take and what happened:

Network Load Balancers support for security groups was added around Aug 2023 [1]. Some regions, like the secret regions C2S/SC2S, still don't support security groups for NLBs.

[1] https://aws.amazon.com/blogs/containers/network-load-balancers-now-support-security-groups/

What did you expect to happen:

No errors such as

"loadbalancer.go:101 "failed to create LB: err <= InvalidConfigurationRequest: Security groups are not supported for load balancers of type 'network'"

Anything else you would like to add:

PR to follow.

Environment:

  • Cluster-api-provider-aws version: master
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

r4f4 avatar Jun 20 '24 12:06 r4f4