File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -395,14 +395,12 @@ Here, `W` is the number of work items.
395
395
396
396
# ## Suspending a Job
397
397
398
- {{< feature-state for_k8s_version="v1.21 " state="alpha " >}}
398
+ {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
399
399
400
400
{{< note >}}
401
- Suspending Jobs is available in Kubernetes versions 1.21 and above. You must
402
- enable the `SuspendJob` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
403
- on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
404
- and the [controller manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)
405
- in order to use this feature.
401
+ In Kubernetes version 1.21, this feature was in alpha, which required additional
402
+ steps to enable this feature; make sure to read the [right documentation for the
403
+ version of Kubernetes you're using](/docs/home/supported-doc-versions/).
406
404
{{< /note >}}
407
405
408
406
When a Job is created, the Job controller will immediately begin creating Pods
You can’t perform that action at this time.
0 commit comments