-
Notifications
You must be signed in to change notification settings - Fork 326
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
Fix #146 add annotation for add http check #148
Conversation
Might solve #155 |
Any update regarding this PR? Will it be merged? |
Any chance that this PR will be merged? |
Hi @pbusko and others, we need to do a broad review of our approach to health checks so I don't think this will be merged until we get to that. The things we need to think about are:
|
Hi all, with the release of consul-helm 0.26.0 we support syncing kube readiness status to Consul. So instead of setting checks via annotations in the PR can you try creating kube readiness probes? That way Consul and Kube will agree on the readiness status. |
Closing because setting kube readiness probes is the recommended way. |
I try to resolve #146
Annotation, that add service HTTP check with POD_IP and ServicePort.
It allows adding HTTP checks because by default services check only by TCP check.