-
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
Handle etcd status condition when node is not ready and disable etcd #9084
Handle etcd status condition when node is not ready and disable etcd #9084
Conversation
78a6df9
to
4f3d3e6
Compare
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.
couple nits, looking good though!
Note that there is also SetNodeCondition that could probably save a fair bit of code here as well. |
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.
couple new nits, think we're close though.
Another ask from the issue was
Can we also use the |
087a9e1
to
201f619
Compare
I was searching for a method to get the |
201f619
to
c9d991c
Compare
c9d991c
to
14ad3b5
Compare
14ad3b5
to
70076c1
Compare
70076c1
to
55e21cf
Compare
b189867
to
f1d33ce
Compare
Drone is failing because its trying to run the broken secrets encryption test. You need to rebase off master to get the latest version that doesn't. |
f1d33ce
to
bf01c0b
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #9084 +/- ##
===========================================
- Coverage 41.46% 22.27% -19.19%
===========================================
Files 151 148 -3
Lines 16048 16030 -18
===========================================
- Hits 6654 3571 -3083
- Misses 8259 11720 +3461
+ Partials 1135 739 -396
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bf01c0b
to
a94d7da
Compare
Signed-off-by: Vitor Savian <[email protected]> Set condition if node is unhealthy Signed-off-by: Vitor Savian <[email protected]>
a94d7da
to
1f2aacb
Compare
Proposed Changes
Types of Changes
Verification
Create 2 or more servers in cluster mode
Take a snapshot to s3
Terminate all instances and bring up a new fresh instance
Restore s3 snapshot to the fresh instance
Then use
Testing
Linked Issues
User-Facing Change
Further Comments