Skip to content

Commit b359650

Browse files
committed
remove outdated feature gates
1 parent 10e1919 commit b359650

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

content/en/docs/concepts/workloads/controllers/cron-jobs.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -228,20 +228,6 @@ be down for the same period as the previous example (`08:29:00` to `10:21:00`,)
228228
The CronJob is only responsible for creating Jobs that match its schedule, and
229229
the Job in turn is responsible for the management of the Pods it represents.
230230

231-
## Controller version {#new-controller}
232-
233-
Starting with Kubernetes v1.21 the second version of the CronJob controller
234-
is the default implementation. To disable the default CronJob controller
235-
and use the original CronJob controller instead, pass the `CronJobControllerV2`
236-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
237-
flag to the {{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}},
238-
and set this flag to `false`. For example:
239-
240-
```
241-
--feature-gates="CronJobControllerV2=false"
242-
```
243-
244-
245231
## {{% heading "whatsnext" %}}
246232

247233
* Learn about [Pods](/docs/concepts/workloads/pods/) and

0 commit comments

Comments
 (0)