29 lines
586 B
Markdown
29 lines
586 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: CronJobControllerV2
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.20"
|
|
toVersion: "1.20"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.21"
|
|
toVersion: "1.21"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.22"
|
|
toVersion: "1.23"
|
|
|
|
removed: true
|
|
---
|
|
Use an alternative implementation of the
|
|
{{< glossary_tooltip text="CronJob" term_id="cronjob" >}} controller. Otherwise,
|
|
version 1 of the same controller is selected.
|