-
Notifications
You must be signed in to change notification settings - Fork 349
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
Readiness probe shouldn't depend on downstream services #2083
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
enocom
added
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Jan 13, 2024
enocom
added a commit
that referenced
this issue
May 1, 2024
The readiness probe should not depend on downstream connections. Doing so can cause unwanted downtime. See [1]. This commit removes all dialing of downstream database servers as a result. In addition, after the Proxy receives a SIGTERM or SIGINT, the readiness check will now report an unhealthy status to ensure it is removed from circulation before shutdown completes. [1]: https://github.com/zegl/kube-score/blob/master/README_PROBES.md#readinessprobe Fixes #2083
enocom
added a commit
that referenced
this issue
May 1, 2024
The readiness probe should not depend on downstream connections. Doing so can cause unwanted downtime. See [1]. This commit removes all dialing of downstream database servers as a result. In addition, after the Proxy receives a SIGTERM or SIGINT, the readiness check will now report an unhealthy status to ensure it is removed from circulation before shutdown completes. [1]: https://github.com/zegl/kube-score/blob/master/README_PROBES.md#readinessprobe Fixes #2083
enocom
added a commit
that referenced
this issue
May 1, 2024
The readiness probe should not depend on downstream connections. Doing so can cause unwanted downtime. See [1]. This commit removes all dialing of downstream database servers as a result. In addition, after the Proxy receives a SIGTERM or SIGINT, the readiness check will now report an unhealthy status to ensure it is removed from circulation before shutdown completes. [1]: https://github.com/zegl/kube-score/blob/master/README_PROBES.md#readinessprobe Fixes #2083
enocom
added a commit
that referenced
this issue
May 1, 2024
The readiness probe should not depend on downstream connections. Doing so can cause unwanted downtime. See [1]. This commit removes all dialing of downstream database servers as a result. In addition, after the Proxy receives a SIGTERM or SIGINT, the readiness check will now report an unhealthy status to ensure it is removed from circulation before shutdown completes. [1]: https://github.com/zegl/kube-score/blob/master/README_PROBES.md#readinessprobe Fixes #2083
enocom
added a commit
that referenced
this issue
May 8, 2024
The readiness probe should not depend on downstream connections. Doing so can cause unwanted downtime. See [1]. This commit removes all dialing of downstream database servers as a result. In addition, after the Proxy receives a SIGTERM or SIGINT, the readiness check will now report an unhealthy status to ensure it is removed from circulation before shutdown completes. [1]: https://github.com/zegl/kube-score/blob/master/README_PROBES.md#readinessprobe Fixes #2083
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Cf. https://github.com/zegl/kube-score/blob/master/README_PROBES.md#readinessprobe
Also, the readiness probe should respond differently after the process received a SIGTERM.
The text was updated successfully, but these errors were encountered: