Skip to content

Commit

Permalink
resync pod-failure-policy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuzhenghao committed Jan 24, 2023
1 parent be8d63e commit 3eb9e78
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions content/zh-cn/docs/tasks/job/pod-failure-policy.md
Expand Up @@ -11,7 +11,7 @@ min-kubernetes-server-version: v1.25
weight: 60
-->

{{< feature-state for_k8s_version="v1.25" state="alpha" >}}
{{< feature-state for_k8s_version="v1.26" state="beta" >}}

<!-- overview -->

Expand Down Expand Up @@ -49,19 +49,6 @@ You should already be familiar with the basic use of [Job](/docs/concepts/worklo

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}

<!-- steps -->

{{< note >}}
<!--
As the features are in Alpha, prepare the Kubernetes cluster with the two
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
enabled: `JobPodFailurePolicy` and `PodDisruptionConditions`.
-->
因为这些特性还处于 Alpha 阶段,所以在准备 Kubernetes
集群时要启用两个[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)
`JobPodFailurePolicy``PodDisruptionConditions`
{{< /note >}}

<!--
## Using Pod failure policy to avoid unnecessary Pod retries
Expand Down

0 comments on commit 3eb9e78

Please sign in to comment.