File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
content/zh-cn/docs/tasks/job Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ min-kubernetes-server-version: v1.25
11
11
weight: 60
12
12
-->
13
13
14
- {{< feature-state for_k8s_version="v1.25 " state="alpha " >}}
14
+ {{< feature-state for_k8s_version="v1.26 " state="beta " >}}
15
15
16
16
<!-- overview -->
17
17
@@ -49,19 +49,6 @@ You should already be familiar with the basic use of [Job](/docs/concepts/worklo
49
49
50
50
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
51
51
52
- <!-- steps -->
53
-
54
- {{< note >}}
55
- <!--
56
- As the features are in Alpha, prepare the Kubernetes cluster with the two
57
- [feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
58
- enabled: `JobPodFailurePolicy` and `PodDisruptionConditions`.
59
- -->
60
- 因为这些特性还处于 Alpha 阶段,所以在准备 Kubernetes
61
- 集群时要启用两个[ 特性门控] ( /zh-cn/docs/reference/command-line-tools-reference/feature-gates/ ) :
62
- ` JobPodFailurePolicy ` 和 ` PodDisruptionConditions ` 。
63
- {{< /note >}}
64
-
65
52
<!--
66
53
## Using Pod failure policy to avoid unnecessary Pod retries
67
54
You can’t perform that action at this time.
0 commit comments