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

[release-1.20] Balance nodes in scheduling e2e #98811

Merged

Commits on Feb 5, 2021

  1. e2e: Pod should avoid nodes that have avoidPod annotation: clean rema…

    …ining pods
    
    The test is not cleaning all pods it created.
    Memory balancing pods are deleted once the test namespace is.
    Thus, leaving the pods running or in terminating state when a new test is run.
    In case the next test is "[sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run",
    the test can fail.
    ingvagabund authored and damemi committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    1598f8b View commit details
    Browse the repository at this point in the history
  2. Balance nodes in scheduling e2e

    This adds a call to createBalancedPods during the ubernetes_lite scheduling e2es,
    which are prone to improper score balancing due to unbalanced utilization.
    damemi committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2927f04 View commit details
    Browse the repository at this point in the history