You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current koord-scheduler, a reservation cannot ignore the reservation-ignored pods on a node. For the reservation, the reservation-ignored pods are counted in the node requested. So when the reservation preemption is enabled, the reservation event preempts the reservation-ignored pods to release the node resources, and then get allocated by the reservation-ignored pods recreated by workload controllers.
What you expected to happen:
While scheduling a reservation, reservation-ignored pods should not be counted in the node requested
How to reproduce it (as minimally and precisely as possible):
What happened:
In the current koord-scheduler, a reservation cannot ignore the reservation-ignored pods on a node. For the reservation, the reservation-ignored pods are counted in the node requested. So when the reservation preemption is enabled, the reservation event preempts the reservation-ignored pods to release the node resources, and then get allocated by the reservation-ignored pods recreated by workload controllers.
What you expected to happen:
While scheduling a reservation, reservation-ignored pods should not be counted in the node requested
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: