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
Copy file name to clipboardExpand all lines: keps/sig-scheduling/5007-device-attach-before-pod-scheduled/README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -546,9 +546,9 @@ type DeviceRequestAllocationResult struct {
546
546
547
547
When `UsageRestrictedToNode: true` is set, the scheduler DRA plugin will perform the following steps:
548
548
549
-
1.**Set NodeSelector in api-server**: Before the `PreBind` phase, add the `NodeName` to the `ResourceClaim`'s `NodeSelector`.
549
+
1.**Set NodeSelector in api-server**: During the `PreBind` phase, propagate the `NodeName` to the `ResourceClaim`'s `NodeSelector` to the api-server.
550
550
551
-
If Conditions are present, the scheduler DRA plugin will perform the following steps during the `PreBind` phase:
551
+
If Conditions are present, the scheduler DRA plugin will additionally perform the following steps:
552
552
553
553
2.**Copy Conditions**: Copy `UsageRestrictedToNode`, `BindingTimeout`, `BindingConditions` and `BindingFailureConditions` from `ResourceSlice.Device.Basic` to `DeviceRequestAllocationResult`.
554
554
3.**Wait for Conditions**: Wait for the following conditions:
@@ -703,7 +703,6 @@ This can inform certain test coverage improvements that we want to do before
703
703
extending the production code to implement this enhancement.
0 commit comments