-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix initial start of etcd only nodes #3748
Conversation
Signed-off-by: galal-hussein <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #3748 +/- ##
==========================================
- Coverage 11.56% 11.56% -0.01%
==========================================
Files 136 136
Lines 8810 8812 +2
==========================================
Hits 1019 1019
- Misses 7570 7572 +2
Partials 221 221
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Can you try this instead:
This should have a net effect of resetting the environment variable so that the server goroutine can send the notification when etcd becomes ready (on etcd-only servers), and preventing the agent from sending a second extra notification later when the apiserver comes up. |
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.
^^
Signed-off-by: galal-hussein <[email protected]>
Signed-off-by: galal-hussein <[email protected]>
* Fix initial start of etcd only nodes Signed-off-by: galal-hussein <[email protected]> * more fixes Signed-off-by: galal-hussein <[email protected]> * more fixes Signed-off-by: galal-hussein <[email protected]>
* Fix initial start of etcd only nodes Signed-off-by: galal-hussein <[email protected]> * more fixes Signed-off-by: galal-hussein <[email protected]> * more fixes Signed-off-by: galal-hussein <[email protected]> (cherry picked from commit 2069cdf) Signed-off-by: Brad Davidson <[email protected]>
* Fix initial start of etcd only nodes Signed-off-by: galal-hussein <[email protected]> * more fixes Signed-off-by: galal-hussein <[email protected]> * more fixes Signed-off-by: galal-hussein <[email protected]> (cherry picked from commit 2069cdf)
Signed-off-by: Brad Davidson <[email protected]> Signed-off-by: galal-hussein <[email protected]> (cherry picked from commit 2069cdf)
Signed-off-by: Brad Davidson <[email protected]> Signed-off-by: galal-hussein <[email protected]> (cherry picked from commit 2069cdf)
Signed-off-by: galal-hussein [email protected]
Proposed Changes
Fix initial start of systemd notify of etcd only nodes
Types of Changes
bug fix
Linked Issues