Skip to content

Commit daa3106

Browse files
author
Adhityaa Chandrasekar
committed
SuspendJob: graduate to beta
Signed-off-by: Adhityaa Chandrasekar <[email protected]>
1 parent 4c6a904 commit daa3106

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
@@ -395,14 +395,12 @@ Here, `W` is the number of work items.
395395

396396
### Suspending a Job
397397

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

400400
{{< 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/).
406404
{{< /note >}}
407405

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

0 commit comments

Comments
 (0)