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

Add PodTopologySpread strategy #413

Merged
merged 1 commit into from
Nov 13, 2020

Commits on Oct 30, 2020

  1. Add RemovePodsViolatingTopologySpreadConstraint strategy

    This adds a strategy to balance pod topology domains based on the scheduler's
    PodTopologySpread constraints. It attempts to find the minimum number of pods
    that should be sent for eviction by comparing the largest domains in a topology
    with the smallest domains in that topology.
    Mayank Kumar authored and damemi committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4108362 View commit details
    Browse the repository at this point in the history