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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,9 +247,12 @@ The basic idea is the following:
247
247
-**Monitoring and Preparation by Composable DRA Controllers**:
248
248
- Composable DRA Controllers monitor the `ResourceClaim`. If a device that requires preparation is associated with the `ResourceClaim`, they perform the necessary preparations.
249
249
- Once the preparation is complete, they set the conditions to `true`.
250
+
- Please note that the scheduler need to abandon binding after the attach is complete in the case of a composable system.
251
+
Therefore, Composable DRA Controller sets the condition in BindingFailureGates to true after the attach is complete.
250
252
251
253
-**Completion of the PreBind Phase**:
252
254
- Once all conditions are met, the `PreBind` phase is completed, and the scheduler proceeds to the next step.
255
+
- This is for the general case. Note that in a Composable system, the scheduler abandons binding as described above.
0 commit comments