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