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

scheduler: Shorten tolerations for node failure #1146

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Nov 18, 2024

  1. scheduler: Shorten tolerations for node failure

    Similar to what was done in #1055, we need to explicitly add tolerations
    to the scheduler to get it to be recreated more quickly on node failure.
    
    This is particularly necessary because we don't have #955. We could wait
    for that, but it's a lot of work, and this is a small thing we can do in
    the meantime.
    
    Fixes neondatabase/cloud#17298.
    sharnoff committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a94ff4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d71d8 View commit details
    Browse the repository at this point in the history