You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I encountered issues when setting up AWS Load Balancer Controller in Kubernetes. Despite multiple attempts, the controller fails to function properly. I would appreciate your assistance in diagnosing and resolving the issue.
Background Information
Kubernetes Version: 1.31.1 (built using Kubespray)
CNI Plugins: Initially Calico, later switched to amazon-vpc-cni-k8s (ECR region changed to ap-northeast-1, all aws-node Pods are in Running state).
@ChubbyKay Can you try setting the HttpPutResponseHopLimit to 3 and see if it works for you.
We have seen similar issue previously with other customer and they fixed it by setting the HttpPutResponseHopLimit to 3.
We will investigate more meanwhile.
VPC and Subnets: All tagged correctly for the Load Balancer Controller to discover.
CNI Plugin: I’m using amazon-vpc-cni-k8s, and the aws-node Pods are running without issues.
At this point, I’m unsure if the issue is related to networking (e.g., the way my Kubernetes cluster handles internal DNS/API communication) or a configuration mismatch.
Do you have any other suggestions I could try? Or is there a way to further debug the Controller's inability to connect to the Kubernetes API server?
Thank you again for your help!
@ChubbyKay Can you try setting the HttpPutResponseHopLimit to 3 and see if it works for you. We have seen similar issue previously with other customer and they fixed it by setting the HttpPutResponseHopLimit to 3. We will investigate more meanwhile.
Hello, I encountered issues when setting up AWS Load Balancer Controller in Kubernetes. Despite multiple attempts, the controller fails to function properly. I would appreciate your assistance in diagnosing and resolving the issue.
Background Information
Issue Description
Problem 1
After installation, the aws-load-balancer-controller Pod fails to run properly. Logs show the following error:
{"level":"error","ts":"2025-01-15T03:38:31Z","logger":"setup","msg":"unable to create controller","controller":"Ingress","error":"Get \"https://xx.xxx.x.x:443/apis/networking.k8s.io/v1\": dial tcp xx.xxx.x.x:443: i/o timeout"}
Problem 2
In a previous attempt, I noticed that the ServiceAccount associated with the controller cannot mount any tokens or secrets:
Help Needed
The text was updated successfully, but these errors were encountered: