Merge pull request #28881 from adtac/sbeta22

SuspendJob: graduate to beta
This commit is contained in:
Kubernetes Prow Robot 2021-07-26 10:38:34 -07:00 committed by GitHub
commit c9e0171da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -401,14 +401,12 @@ Here, `W` is the number of work items.
### Suspending a Job ### Suspending a Job
{{< feature-state for_k8s_version="v1.21" state="alpha" >}} {{< feature-state for_k8s_version="v1.22" state="beta" >}}
{{< note >}} {{< note >}}
Suspending Jobs is available in Kubernetes versions 1.21 and above. You must In Kubernetes version 1.21, this feature was in alpha, which required additional
enable the `SuspendJob` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) steps to enable this feature; make sure to read the [right documentation for the
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/) version of Kubernetes you're using](/docs/home/supported-doc-versions/).
and the [controller manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)
in order to use this feature.
{{< /note >}} {{< /note >}}
When a Job is created, the Job controller will immediately begin creating Pods When a Job is created, the Job controller will immediately begin creating Pods