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
@@ -451,7 +453,8 @@ This issue will be addressed separately as outlined in kubernetes/kubernetes#129
451
453
#### PreBind Phase Timeout
452
454
453
455
If the device attachment is successful, we expect it to take no longer than 5 minutes.
454
-
However, to account for potential update lags, we would like to set a fixed timeout for the scheduler to 10 minutes.
456
+
However, to account for potential update lags, we can set a timeout in the ResourceSlice.
457
+
if it's not present in the ResourceSlice, the scheduler has 10 minutes as the default timeout.
455
458
456
459
Even if the conditions indicating that the device is attached or that the attachment failed are not updated, setting a timeout will prevent the scheduler from waiting indefinitely in the PreBind phase.
457
460
@@ -764,7 +767,7 @@ well as the [existing list] of feature gates.
764
767
-->
765
768
766
769
-[x] Feature gate (also fill in values in `kep.yaml`)
0 commit comments