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
Introduced the alpha `MutableSchedulingDirectivesForSuspendedJobs` feature gate (disabled by default), which:
5
-
1. allowed mutating a Job's scheduling directives while the Job is suspended.
6
-
2. updated the Job controller to clear the `status.startTime` field for suspended Jobs.
4
+
Introduced the alpha `MutableSchedulingDirectivesForSuspendedJobs` feature gate (disabled by default), which allows mutating a Job's scheduling directives while the Job is suspended.
5
+
It also updates the Job controller to clears the `status.startTime` field for suspended Jobs.
0 commit comments