kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.93k stars 1.46k forks source link

security group CIDRs are not updated when the `alb.ingress.kubernetes.io/inbound-cidrs` annotation is changed #3169

Closed ataxdr closed 1 year ago

ataxdr commented 1 year ago

Describe the bug

I have updated my ingress alb.ingress.kubernetes.io/inbound-cidrs annotation to add a new CIDR but the underlying security group does not get updated

Steps to reproduce

Expected outcome

Environment

Additional Context:

M00nF1sh commented 1 year ago

@ataxdr do you have controller logs about this? the security group rules shall be updated when you make changes.

ataxdr commented 1 year ago

it seems to be working now, we run with a direct connect VPC and it does not have access to shield, so it might be timing out getting to shield and not actually doing the reconcile.

I do have another issue regarding: InvalidInstanceID.NotFound so I will open another issue. for now it can be closed