kube-ingress-aws-controller icon indicating copy to clipboard operation
kube-ingress-aws-controller copied to clipboard

Configures AWS Load Balancers according to Kubernetes Ingress resources

Results 79 kube-ingress-aws-controller issues
Sort by recently updated
recently updated
newest added

This will store state on the cloudformation stack and keep our controller stateless unlike https://github.com/zalando-incubator/kube-ingress-aws-controller/pull/673

do-not-merge
bugfix
major

these functions should force `doWork` to run `updateStack` function depending on lb state

minor

This implements an implicit feature to migrate NLBs when the subnets specified for the NLB changes. This is done because for NLBs you can't change the subnets once the NLB...

# Problem Currently we only test the creation of new infrastructure based on k8s resources - e.g. Ingress, RouteGroup etc - but we don't test update actions, when we already...

enhancement

As of today all `issued` ACM and IAM certificates are detected and possibly put into the TLS Listener of ALB/NLB dependeing on matching hostnames and ingress/routegroup resources. After a production...

enhancement

Hey, referring to the [documented](https://github.com/zalando-incubator/kube-ingress-aws-controller/blob/master/deploy/requirements.md#prerequisites) pre-requirements regarding the IAM policy. It seems there was a change somewhen somewhere. I was not able to find out where exactly. Matter of fact...

bug

https://aws.amazon.com/about-aws/whats-new/2023/08/network-load-balancer-supports-security-groups/ Now that NLB supports SG we should add it similar to the alb.

enhancement

dependabot: group updates

do-not-merge