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 76 kube-ingress-aws-controller issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.4 to 1.44.66. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.66 (2022-07-29) Service Client Updates service/ec2: Updates service API and documentation Documentation updates for Amazon EC2. service/fsx:...

dependencies

The `zalando.org/aws-nlb-extra-listeners` annotation accepts a JSON string that describes a list of extra listen/target ports to add to an NLB. These will be routed to pods matching a specific label...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Add context, for example: 1. route or ingress definition 2. http request with headers (truncate...

Before version `0.12.17` loadbalancer target group target type was not specified and defaulted to `instance` in CloudFormation, see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-targettype PR #461 introduced AWS CNI mode and configured target group target...

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.12.2. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.12.2 / 2022-05-13 [CHANGE] Added collectors.WithGoCollections that allows to choose what collection of Go runtime metrics user wants:...

dependencies

Hi, we have been using this ingress controller for years, and are currently on **0.11.14**. We have been testing upgrade to **0.12.16** which work flawlessly and, while the Cloudformation stack...

bug

Given the deprecation of `extensions/v1beta1` and `networking.k8s.io/v1beta1`, remove support for them. Signed-off-by: Katyanna Moura

do-not-merge

Old deprecated: https://github.com/mweagle/go-cloudformation new: https://github.com/awslabs/goformation required for https://github.com/zalando-incubator/kube-ingress-aws-controller/issues/495

I've been working a bit with setting AWS EKS up in IPv6 only mode with the kube-ingress-aws-controller, combined with the new "--target-access-mode=AWSCNI" mode. When I say IPv6 only deployment mode,...