Fixed typo (#7603)
* Fixed typo * Fixed invalid concurrencyPolicy value
This commit is contained in:
committed by
k8s-ci-robot
parent
a84db20bab
commit
0e6f7460ff
@@ -124,7 +124,7 @@ are certain circumstances where two jobs might be created, or no job might be cr
|
|||||||
but do not completely prevent them. Therefore, jobs should be _idempotent_.
|
but do not completely prevent them. Therefore, jobs should be _idempotent_.
|
||||||
|
|
||||||
If `startingDeadlineSeconds` is set to a large value or left unset (the default)
|
If `startingDeadlineSeconds` is set to a large value or left unset (the default)
|
||||||
and if `concurrentPolicy` is set to `AllowConcurrent`, the jobs will always run
|
and if `concurrencyPolicy` is set to `Allow`, the jobs will always run
|
||||||
at least once.
|
at least once.
|
||||||
|
|
||||||
Jobs may fail to run if the CronJob controller is not running or broken for a
|
Jobs may fail to run if the CronJob controller is not running or broken for a
|
||||||
|
|||||||
Reference in New Issue
Block a user