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

RemoveDuplicates: take node taints, node affinity and node selector into account when computing a number of feasible nodes for the average occurence of pods per node #563

Commits on May 9, 2021

  1. Define TolerationsEqual

    ingvagabund committed May 9, 2021
    Configuration menu
    Copy the full SHA
    54f6726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edbecc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. RemoveDuplicates: take node taints, node affinity and node selector i…

    …nto account when computing a number of feasible nodes for the average occurence of pods per node
    
    Nodes with taints which are not tolerated by evicted pods will never run the
    pods. The same holds for node affinity and node selector.
    So increase the number of pods per feasible nodes to decrease the
    number of evicted pods.
    ingvagabund committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5396282 View commit details
    Browse the repository at this point in the history