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
@@ -970,13 +970,16 @@ following fields in the `Device` section of a `ResourceSlice`. Cluster administr
970
970
must enable the `DRADeviceBindingConditions` and `DRAResourceClaimDeviceStatus` feature
971
971
gates for the scheduler to honor these fields.
972
972
973
-
-`bindingConditions`: A list of condition types that must be set to True in the
974
-
status.conditions field of the associated ResourceClaim before the Pod can be bound.
975
-
These typically represent readiness signals such as "DeviceAttached" or "DeviceInitialized".
976
-
-`bindingFailureConditions`: A list of condition types that, if set to True in
973
+
`bindingConditions`
974
+
: A list of _condition types_ that must be set to True (in the `.status.conditions` field of the associated ResourceClaim) before the Pod can be bound. These conditions typically represent readiness signals, such as DeviceAttached or DeviceInitialized.
975
+
976
+
`bindingFailureConditions`
977
+
: A list of condition types that, if set to True in
977
978
status.conditions field of the associated ResourceClaim, indicate a failure state.
978
979
If any of these conditions are True, the scheduler will abort binding and reschedule the Pod.
979
-
-`bindsToNode`: if set to `true`, the scheduler records the selected node name in the
980
+
981
+
`bindsToNode`
982
+
: if set to `true`, the scheduler records the selected node name in the
980
983
`status.allocation.nodeSelector` field of the ResourceClaim.
981
984
This does not affect the Pod's `spec.nodeSelector`. Instead, it sets a node selector
982
985
inside the ResourceClaim, which external controllers can use to perform node-specific
0 commit comments