Skip to content

Commit c9e0171

Browse files
authored
Merge pull request #28881 from adtac/sbeta22
SuspendJob: graduate to beta
2 parents 8a04ffe + daa3106 commit c9e0171

File tree

1 file changed

+4
-6
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+4
-6
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -401,14 +401,12 @@ Here, `W` is the number of work items.
401401

402402
### Suspending a Job
403403

404-
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
404+
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
405405

406406
{{< 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/).
412410
{{< /note >}}
413411

414412
When a Job is created, the Job controller will immediately begin creating Pods

0 commit comments

Comments
 (0)