aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
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...
**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...
### 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...
### 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` -...
**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...
**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....
``` 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:...
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...
**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...
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...