-
Notifications
You must be signed in to change notification settings - Fork 3.4k
kvstoremesh: possibility to enable kvstore heartbeat #39521
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The overall approach looks good to me.
Could you please address the linter errors? I'll trigger the tests afterwards.
b6da0a5
to
acabb6f
Compare
With etcd in external mode the apiserver is not running. This commit implements optional heartbeat in kvstoremesh. Fixes: cilium#39356 Signed-off-by: Petr Baloun <petr.baloun@firma.seznam.cz>
acabb6f
to
093f44d
Compare
/test |
Is the failed test reliable? I tried to rerun the tests here at my computer for several times and it failed just once - for the first time :-). |
They hit a flake. I've restarted them, hopefully they pass now. |
With etcd in external mode the apiserver is not running. This PR implements optional heartbeat in kvstoremesh.
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Fixes: #39356