-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
etcdserver/api/etcdhttp: add reason field for /health response #11983
Conversation
@wenjiaswe @jingyih Can we make sure |
Codecov Report
@@ Coverage Diff @@
## master #11983 +/- ##
==========================================
+ Coverage 65.50% 65.90% +0.39%
==========================================
Files 403 403
Lines 37320 37323 +3
==========================================
+ Hits 24447 24598 +151
+ Misses 11337 11176 -161
- Partials 1536 1549 +13
Continue to review full report at Codecov.
|
711a228
to
3304241
Compare
k8s liveness probe and storage backend health check should be fine, it's not decoding the body but use the http code to verify. |
thanks. it is better if we can print a clear error message in apiserver health check. @wenjiaswe @xiang90 @gyuho |
lgtm thanks @tangcong @wenjiaswe |
Fix issue #11599 . @gyuho