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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview
when syncing k8s services to consul the k8s healthcheck is always set to "healthy" regardless of the actual health status
Community Note
Overview
when syncing k8s services to consul the k8s healthcheck is always set to "healthy" regardless of the actual health status
Recreation scenario
scale a certain deployment to more replicas, they will be added to consul with status healthy even before passing the k8s health check
Context
the healthcheck status is set to passing regardless of the the actual endpoint status
https://github.com/hashicorp/consul-k8s/blob/main/control-plane/catalog/to-consul/resource.go#L797
the Endpoint object from discovery/v1 does expose an EndpointConditions object from which the actual status can be retrieved
The text was updated successfully, but these errors were encountered: