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

Skip pods marked for deletion #485

Merged
merged 1 commit into from
Jul 17, 2024

Commits on Jul 9, 2024

  1. WIP Skip pods marked for deletion

    In cases where the amount of ips is limited, pods affected by
    a node shutdown remain in Terminating state and do not release
    their allocations. Deployments are not able to create pods in
    healthy nodes due to the lack of ips. These changes force the
    ip reconciler to skip pods marked as deletion by a Taint Manager.
    The toleration node.kubernetes.io/unreachable is expected to trigger
    this. However, it is safe if other tolerations with NoExecute also
    trigger the cleaning up.
    
    Signed-off-by: Marcelo Guerrero <[email protected]>
    mlguerrero12 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    337e12a View commit details
    Browse the repository at this point in the history