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

Move IsEvictable check in PodAntiAffinity #395

Merged
merged 1 commit into from
Sep 9, 2020

Commits on Sep 9, 2020

  1. Move IsEvictable check in PodAntiAffinity

    While non-evictable pods should never be evicted, they should still be
    considered when calculating PodAntiAffinity violations. For example, you
    may have an evictable pod that should not be running next to a system-critical
    static pod. We currently filter IsEvictable before checking for Affinity violations,
    so this case would not be caught.
    damemi committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e5d9756 View commit details
    Browse the repository at this point in the history