-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 support Lease-based leader election (rather than ConfigMaps) #1877 #2314
base: master
Are you sure you want to change the base?
Conversation
…rnetes-client#1877 Signed-off-by: Lane Richard <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rvlane The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Welcome @rvlane! |
@Invictus17 - can you please review this also? Thankis |
I'm not able to assign myself as reviewer @rvlane. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Enhance leaderelection module to support V1Lease based lease lock.
Which issue(s) this PR fixes:
Fixes #1877
Special notes for your reviewer:
Have coded this such that the LeaderElectionRecord is unchanged to ensure backward compatibility with anyone using the existing structures.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: