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
> Step values can beused inconjunction with ranges. Following a range
153
-
> with `/<number>` specifies skipsof the number'svalue through the
154
-
> range. For example, `0-23/2` can be used in thehours field to specify
155
-
> command execution every other hour(the alternative in theV7 standard is
156
-
> `0,2,4,6,8,10,12,14,16,18,20,22`). Steps are also permitted after an
154
+
> Step values can beused inconjunction with ranges. Following a range
155
+
> with `/<number>` specifies skipsof the number'svalue through the
156
+
> range. For example, `0-23/2` can be used in thehours field to specify
157
+
> command execution every other hour(the alternative in theV7 standard is
158
+
> `0,2,4,6,8,10,12,14,16,18,20,22`). Steps are also permitted after an
157
159
> asterisk, so if you want to say "every two hours", just use `*/2`.
158
160
159
161
{{< note >}}
@@ -211,5 +213,3 @@ When `.spec.suspend` changes from `true` to `false` on an existing cron job with
211
213
The `.spec.successfulJobsHistoryLimit` and `.spec.failedJobsHistoryLimit` fields are optional.
212
214
These fields specify how many completed and failed jobs should be kept.
213
215
By default, they are set to 3 and 1 respectively. Setting a limit to `0` corresponds to keeping none of the corresponding kind of jobs after they finish.
0 commit comments