We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traefik does not seem to do an aliveness check on the backends it is forwarding traffic to. This causes client requests to fail if a backend is down.
Perhaps charms.traefik_k8s.v2.ingress should support the requirer passing a health check url ?
Example output: https://paste.ubuntu.com/p/zHrmjFrQ7g/
juju 3.2.3-genericlinux-amd64 Controller in microk8s Traefick charm: 1.0/candidate r148
2023-10-04T09:04:43.426Z [traefik] time="2023-10-04T09:04:43Z" level=debug msg="'502 Bad Gateway' caused by: dial tcp 10.1.188.231:5000: connect: connection refused" 2023-10-04T09:04:44.446Z [traefik] time="2023-10-04T09:04:44Z" level=debug msg="'502 Bad Gateway' caused by: dial tcp 10.1.188.231:5000: connect: connection refused"
No response
The text was updated successfully, but these errors were encountered:
could definitely wrap around https://doc.traefik.io/traefik/routing/services/#health-check we'll discuss prioritization in the next backlog refinement
Sorry, something went wrong.
Path to a health check seems like a reasonable addition to the reldata schema.
@PietroPasotti We are still hitting this issue, is there any news?
@dstathis @IbraAoad has this been prioritised?
No branches or pull requests
Bug Description
Traefik does not seem to do an aliveness check on the backends it is forwarding traffic to. This causes client requests to fail if a backend is down.
Perhaps charms.traefik_k8s.v2.ingress should support the requirer passing a health check url ?
To Reproduce
Example output: https://paste.ubuntu.com/p/zHrmjFrQ7g/
Environment
juju 3.2.3-genericlinux-amd64
Controller in microk8s
Traefick charm: 1.0/candidate r148
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: