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

hotfix when a plugin (in-tree or out-of-tree) return non-existent/illegal nodes, the pod scheduling flow will abort immediately. #124559

Merged

Commits on May 3, 2024

  1. hotfix when a plugin (in-tree or out-of-tree) return non-existent/ill…

    …egal nodes, the pod scheduling flow will abort immediately.
    
    this is a minimum fix from kubernetes#119779
    
    Signed-off-by: joey <zchengjoey@gmail.com>
    chengjoey committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c2d2e82 View commit details
    Browse the repository at this point in the history
  2. test to catch illegal nodeNames returned by PreFilterResult

    (cherry picked from commit d382150)
    Huang-Wei authored and chengjoey committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3f5007d View commit details
    Browse the repository at this point in the history
  3. add integration test for pod with pvc has node-affinity to non-existe…

    …nt/existent nodes
    
    Signed-off-by: joey <zchengjoey@gmail.com>
    (cherry picked from commit a56cc6b)
    chengjoey committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6ac65b1 View commit details
    Browse the repository at this point in the history
  4. add e2e test when a plugin (in-tree or out-of-tree) return non-existe…

    …nt/illegal nodes, the pod should be scheduled normally if suitable nodes exists
    
    Signed-off-by: joey <zchengjoey@gmail.com>
    (cherry picked from commit cc19b33)
    chengjoey committed May 3, 2024
    Configuration menu
    Copy the full SHA
    040c9b0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. scheduler: preallocation for NodeToStatusMap

    (cherry picked from commit 9fcd791)
    sanposhiho authored and chengjoey committed May 8, 2024
    Configuration menu
    Copy the full SHA
    53e6260 View commit details
    Browse the repository at this point in the history