Skip to content
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

rbd: use leases for leader election #3011

Merged
merged 1 commit into from Apr 14, 2022
Merged

Commits on Apr 13, 2022

  1. rbd: use leases for leader election

    use leases for leader election instead
    of the deprecated configmap based leader
    election.
    
    This PR is making leases as default leader election
    refer https://github.com/kubernetes-sigs/
    controller-runtime/pull/1773, default from configmap
    to configmap leases was done with
    https://github.com/kubernetes-sigs/
    controller-runtime/pull/1144.
    
    Release notes https://github.com/kubernetes-sigs/
    controller-runtime/releases/tag/v0.7.0
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify-bot committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    823cbfc View commit details
    Browse the repository at this point in the history