Skip to content

Commit 3ada14c

Browse files
authored
Update README.md
Add explanation about BindingFailureGates
1 parent ebcc862 commit 3ada14c

File tree

1 file changed

+3
-0
lines changed
  • keps/sig-scheduling/5007-device-attach-before-pod-scheduled

1 file changed

+3
-0
lines changed

keps/sig-scheduling/5007-device-attach-before-pod-scheduled/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,12 @@ The basic idea is the following:
247247
- **Monitoring and Preparation by Composable DRA Controllers**:
248248
- Composable DRA Controllers monitor the `ResourceClaim`. If a device that requires preparation is associated with the `ResourceClaim`, they perform the necessary preparations.
249249
- 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.
250252

251253
- **Completion of the PreBind Phase**:
252254
- 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.
253256

254257
### User Stories (Optional)
255258

0 commit comments

Comments
 (0)