aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3613 ### Description Updated documentation to demonstrate how to set up AWS LBC in EKS with Pod Identity Associations using both AWS CLI and terraform. ### Checklist -...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.120.1 to 2.130.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.31 (Take 2) What's Changed data race: avoid unprotected access to sb.file by...
### Issue ### Description The link to the Security policy AWS documentation page in the `alb.ingress.kubernetes.io/ssl-policy` Ingress annotation section is outdated. This PR updates that link to the latest page...
**Describe the bug** Modifying the target group attributes of a loadbalancer provisioned by the LBC will result in the controller briefly revoking security group rules on the backend security group....
**Describe the bug** helm chart repository at github.io is currently down **Steps to reproduce** run the ff commands: helm install aws-load-balancer-controller eks/aws-load-balancer-controller --set clusterName=xxxxxxx -n kube-system --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller...
**Describe the bug** I am trying to configure aws-load-balancer controller to use pod-identity however I keep getting `NoCredentialProviders: no valid providers in chain. Deprecated.\n\tFor verbose messaging see aws.Config.CredentialsChainVerboseErrors"}` **Steps to...
**Describe the bug** aws-load-balancer-controller 2.7.1 I had an ingress that did not have any `alb.ingress.kubernetes.io/group.name` annotation. I add the `alb.ingress.kubernetes.io/group.name` annotation to the Ingress. A new ALB is created. The...
**Describe the bug** I initially created 3 ingresses with 3 ALBs as I was unaware I could use the `group.name` annotation to share 1 ALB. I am now combing all...
**Describe the bug** If ingress gets deleted and then applied it ends up getting deleted in a bit **Steps to reproduce** `kubectl delete && kubectl apply` **Expected outcome** This should...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3326 ### Description **DON'T MERGE THIS** Built image for test: `m00nf1sh/aws-load-balancer-controller:v2.8.3-checkpoint` #### Intro This is a prototype implementation to improve performance during controller startup. The root cause is...