-
Notifications
You must be signed in to change notification settings - Fork 382
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 installControllers and uninstallControllers for leaderElectionStopping #3132
Conversation
Hi @ramramu3433. Thanks for your PR. I'm waiting for a kcp-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
ce3db15
to
ea9ad5e
Compare
ea9ad5e
to
98a9154
Compare
/ok-to-test Please restore the PR description format and give a release note! |
Thank you for the contribution @ramramu3433! I've left some comments, overall this looks like a very promising approach to resolving the issue at hand. |
/test all |
f0d93e2
to
6c857ab
Compare
…tionStopping Signed-off-by: rjanakiraman <[email protected]>
6c857ab
to
25094fb
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.
Code looks good to me now, but please update the PR description before this can be approved and lgtm'd: #3132 (comment).
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
Will leave final approval to others who have reviewed this.
LGTM label has been added. Git tree hash: 04ca1446bdc0bcd2bbee2e61dc1bb65e8e7548ab
|
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind bug |
Summary
At times we faced workspace controller creation stuck at scheduling phase and never recovers, we found that RCA of the issue is that , when the controllers are started using leaderElection, if the leader is lost once, the Queue processing is never restored ,because workqueue depth increases
Related issue(s)
Fixes #
Release Notes