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

[release-0.19] 🐛 Use leader elector with client timeout #3031

Commits on Nov 30, 2024

  1. warning: Use leader elector with client timeout

    This change makes the leader elector use a client that internally has
    a smaller timeout than the renew deadline, which avoids a situation
    where a single request timing out makes us lose the leader lease.
    alvaroaleman authored and k8s-infra-cherrypick-robot committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    0170742 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. 🐛 Fix RenewDeadline typo in leader election

    Signed-off-by: Vince Prignano <vince@prigna.com>
    vincepri committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4bc3811 View commit details
    Browse the repository at this point in the history
  2. 🌱 Make using leader elector with client timeout non-breaking

    This change is a follow-up to the one that introduces the usage of the
    leader-elector with client timeout. That change was breaking because it
    introduces a new option and always assumed it was set. This change makes
    us only use that option if its actually set.
    alvaroaleman authored and vincepri committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2a0ce59 View commit details
    Browse the repository at this point in the history