-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fixes for etcd status fields #594
Conversation
/assign |
Hi @unmarshall , |
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.
@unmarshall thanks for the PR. I've left couple of suggestions. PTAL.
I have also taken the liberty to slightly edit the release note in the PR description.
Co-authored-by: Shreyas Rao <[email protected]>
Co-authored-by: Shreyas Rao <[email protected]>
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.
/lgtm
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.
Please update the release note before merging the PR as mentioned in the comment: #594 (comment)
* fix for etcd status * fixed make check error * removed deprecation notice for CurrentReplicas * Update pkg/health/condition/check_all_members.go Co-authored-by: Shreyas Rao <[email protected]> * Update pkg/health/condition/check_all_members.go Co-authored-by: Shreyas Rao <[email protected]> * fixed formatting issues * address review comments, removed clusterInBootStrap logic --------- Co-authored-by: Shreyas Rao <[email protected]>
* Exclude outdated client-go in `go.mod` (#627) * Fixes for etcd status fields (#594) * Use structured log messages (#632) * Add CVE categorization (#634) * Print build version and go runtime info (#636) Co-authored-by: Shreyas Rao <[email protected]> Co-authored-by: Sonu Kumar Singh <[email protected]> Co-authored-by: Madhav Bhargava <[email protected]>
How to categorize this PR?
/area control-plane
/kind bug
/kind cleanup
What this PR does / why we need it:
Status.ClusterSize is now marked as deprecated and will not be used hereafter. Logic to compute
AllMembersReady
condition has been fixed to eventually report the correct status.Which issue(s) this PR fixes:
Fixes #557
Release note: