-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-load-balancer-controller v2.7.0 : no endpoints available for service aws-load-balancer-webhook-service #1058
Comments
@dev-travelex |
I went to
|
The logs shows it still stuck at this for more than 24 hours now; Would it impact the actual deployment of a load balancer?
|
I have this same issue with releases of the solution 1: downgrading the chart to a bit more detail on the problem description (for my case) and why the solutions work: it seems like the pods belonging to the load balancer controller deployment arent coming up for some reason - they are failing their readiness probes in the charts >= 1.7:
Pod logs
load balancer controller pod description:
as a result, no services (regardless of load balancer type) can be created (as is expected it seems - outlined in this issue) when trying to apply either ingress or generic service manifests.
i've noticed this change introducing a readiness probe for the controller docker image made in what looks like the release of the 1.7.0: This readiness probe seems to only be supported with controller images
|
I encountered the same issue. After reviewing @SebastianScherer88 ’s solution, it seemed to use versions 1.8 and 2.6. I decided to upgrade to version 2.7, and it resolved the problem. Thanks! |
Describe the bug
A concise description of what the bug is.
Trying to deploy Ingress controller via the helm chart, but getting this error
Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-webhook-service.kube-system.svc:443/mutate-v1-service?timeout=10s": no endpoints available for service "aws-load-balancer-webhook-service
Logs from ALB controller:
Steps to reproduce
Deployed via helm chart
Expected outcome
A concise description of what you expected to happen.
Environment
Additional Context:
The text was updated successfully, but these errors were encountered: