Remove v2 controller mention

I removed mention to v2 controller behaviour.
This commit is contained in:
Salvador González González
2021-01-17 09:36:18 +00:00
committed by GitHub
parent 18b8846b9b
commit 9cc4fde667
@@ -62,7 +62,7 @@ and if `concurrencyPolicy` is set to `Allow`, the jobs will always run
at least once.
{{< caution >}}
If `startingDeadlineSeconds` is set to a value less than 10 seconds, the CronJob may not be scheduled. This is because the CronJob controller checks things every 10 seconds. As an alpha feature, there is a V2 controller implementation with different behavior. The version 2 controller provides experimental performance improvements.
If `startingDeadlineSeconds` is set to a value less than 10 seconds, the CronJob may not be scheduled. This is because the CronJob controller checks things every 10 seconds.
{{< /caution >}}