Commit 5bde5e3
committed
feat: warn on probe failing
We have a fairly common occurence of KSM getting restarted due to its
liveness probe failing. This is seemingly caused by rolling deploys of
the backing API server, but we don't know exactly why. This should make
it slightly more visible what kind of response the API server when a
probe fails, which in turn could help either tweak probes to weather
such situations where the API server may be unavailable or overwhelmed
(it's entirely possible it's returning KSM a bunch of 429s) or if we
have a larger problem at hand.1 parent 807f8bd commit 5bde5e3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
| 517 | + | |
517 | 518 | | |
| 519 | + | |
518 | 520 | | |
519 | 521 | | |
520 | 522 | | |
| |||
0 commit comments