aws-load-balancer-controller icon indicating copy to clipboard operation
aws-load-balancer-controller copied to clipboard

A Kubernetes controller for Elastic Load Balancers

Results 471 aws-load-balancer-controller issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) from 5.9.0+incompatible to 5.9.11+incompatible. Release notes Sourced from github.com/evanphx/json-patch's releases. v5.9.11 What's Changed Export errBadJSONDoc and errBadJSONPatch errors by @​skitt in evanphx/json-patch#209 Full Changelog: https://github.com/evanphx/json-patch/compare/v5.9.10...v5.9.11 v5.9.10 What's Changed...

size/XS
cncf-cla: yes
ok-to-test
dependencies
go

**Is your feature request related to a problem?** I have created 2 EKS clusters within the same AWS account. I would like to apply blue/green deployments to update one cluster...

kind/question

### Issue close #4046 ### Description - Added `--default-subnets` option - When subnets are not explicitly specified through annotations or other methods, the subnets specified in `--default-subnets` will be selected...

needs-rebase
needs-ok-to-test
size/L
cncf-cla: yes

### Issue #4136 ### Description - added `healthProbeBindAddr` as helm chart value - added `--health-probe-bind-addr` to `args:` in `deployment.yaml` - refactored `readinessProbe` and `livenessProbe` - added `healthProbeBindAddr` to `test.yaml` -...

cncf-cla: no
size/M
ok-to-test

**Bug Description** **Steps to Reproduce** - Step-by-step guide to reproduce the bug: Visit the page at https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.12/guide/targetgroupbinding/targetgroupbinding/#nodeselector - Manifests applied while reproducing the issue: N/A - Controller logs/error messages while...

kind/documentation
triage/accepted

**Describe the feature you are requesting** Provide dnsConfig option for aws-load-balancer-controller Deployment Pods https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config **Motivation** with default ndots (5), requests to e.g. ec2.eu-west-2.amazonaws.com get unnecessarily expanded over search domains e.g....

triage/accepted

``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: rtf-ingress namespace: rtf annotations: alb.ingress.kubernetes.io/certificate-arn: >- alb.ingress.kubernetes.io/conditions.service-name: > [{"field":"http-header","httpHeaderConfig":{"httpHeaderName":"X-Header","values":["Test"]}}] status: loadBalancer: ingress: - hostname: spec: tls: - hosts: - rtf-Dev.us-west-2.internal.us rules: - host:...

triage/needs-information

Hi team, Currently, the only migration guide available focuses on major version upgrades (specifically, migrating from [v1 to v2](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.8/deploy/installation/)). However, for minor version updates (for example, upgrading from v2.8.x to...

kind/documentation

**Describe the feature you are requesting** Presently, a user has to specify `--cluster-name` as an argument to ensure that subnet tagging (and perhaps other features) work as expected. This forces...

kind/feature

Hi, Is it possible to add tags directly to ALB listeners rules instead of the ALB or its listeners? I need to assign a unique tag to each rule created...

kind/feature
good first issue