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 @@ -401,14 +401,12 @@ Here, `W` is the number of work items.
401
401
402
402
# ## Suspending a Job
403
403
404
- {{< feature-state for_k8s_version="v1.21 " state="alpha " >}}
404
+ {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
405
405
406
406
{{< note >}}
407
- Suspending Jobs is available in Kubernetes versions 1.21 and above. You must
408
- enable the `SuspendJob` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
409
- on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
410
- and the [controller manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)
411
- in order to use this feature.
407
+ In Kubernetes version 1.21, this feature was in alpha, which required additional
408
+ steps to enable this feature; make sure to read the [right documentation for the
409
+ version of Kubernetes you're using](/docs/home/supported-doc-versions/).
412
410
{{< /note >}}
413
411
414
412
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