Skip to content
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

Use /readyz and /livez endpoints #71

Closed
timvisee opened this issue Sep 4, 2023 · 3 comments · Fixed by #73
Closed

Use /readyz and /livez endpoints #71

timvisee opened this issue Sep 4, 2023 · 3 comments · Fixed by #73
Labels
enhancement New feature or request

Comments

@timvisee
Copy link
Member

timvisee commented Sep 4, 2023

qdrant/qdrant#2409 has implemented /livez and /readyz endpoints for health checking. This will be part of the next Qdrant release (1.5.0).

I think we should incorporate those in our Helm Chart rather than relying /. /livez and /readyz do also properly work if the user has an API key configured.

@timvisee
Copy link
Member Author

timvisee commented Sep 7, 2023

These endpoints are now released as part of v1.5.0.

The documentation PR on it can be found here: qdrant/landing_page#280

@bashofmann
Copy link
Collaborator

Thanks, I'll work on this this afternoon.

bashofmann added a commit that referenced this issue Sep 7, 2023
This also changes the probes to use the new healthz readyz and livez endpoints

Resolves #72
Resolves #71
@timvisee
Copy link
Member Author

timvisee commented Sep 7, 2023

Thank you for picking this up so quickly!

bashofmann added a commit that referenced this issue Sep 7, 2023
* Update to Qdrant 1.5.0

This also changes the probes to use the new healthz readyz and livez endpoints

Resolves #72
Resolves #71

* Update charts/qdrant/templates/statefulset.yaml

Co-authored-by: Tim Visée <tim+github@visee.me>

* Update qdrant_probes_test.go

---------

Co-authored-by: Tim Visée <tim+github@visee.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants