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

Add a startupProbe to check node health #66

Merged
merged 1 commit into from
May 5, 2021

Conversation

partcyborg
Copy link
Contributor

Adds a startupProbe that runs etcdctl endpoint health against the
local etcd node to verify that etcd is fully up and running before
continuing. This fixes the issue where a statefulset update or rolling
restart would take out the entire cluster.

Signed-off-by: Matt Wilder me@partcyb.org

Adds a startupProbe that runs `etcdctl endpoint health` against the
local etcd node to verify that etcd is fully up and running before
continuing.  This fixes the issue where a statefulset update or rolling
restart would take out the entire cluster.

Signed-off-by: Matt Wilder <me@partcyb.org>
@Quentin-M Quentin-M merged commit 9d580ab into Quentin-M:master May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants