zalando-incubator / kube-ingress-aws-controller

Configures AWS Load Balancers according to Kubernetes Ingress resources
MIT License
375 stars 83 forks source link

Add test case for rolling in progress stacks #671

Closed MustafaSaber closed 6 months ago

MustafaSaber commented 6 months ago

If a CloudFormation stack is in ROLLBACK_IN_PROGRESS it returns no output, hence no target groups. While CloudFormation is working to get the stack back the controller may send traffic to LBs without TG.

This PR is trying to replicate this behaviour, current state means that we also collect stacks in this state which we shouldn't do.

szuecs commented 6 months ago

:+1:

MustafaSaber commented 6 months ago

👍