Skip to content

Commit 8c78ad7

Browse files
authored
Merge pull request #36685 from mimowo/handling-pod-failures-fix-typo
Fix typo in docs referring to the PodDisruptionConditions feature gate
2 parents 51d0acf + de695f4 commit 8c78ad7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ mismatch.
703703
You can only configure a Pod failure policy for a Job if you have the
704704
`JobPodFailurePolicy` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
705705
enabled in your cluster. Additionally, it is recommended
706-
to enable the `PodDisruptionsCondition` feature gate in order to be able to detect and handle
706+
to enable the `PodDisruptionConditions` feature gate in order to be able to detect and handle
707707
Pod disruption conditions in the Pod failure policy (see also:
708708
[Pod disruption conditions](/docs/concepts/workloads/pods/disruptions#pod-disruption-conditions)). Both feature gates are
709709
available in Kubernetes v1.25.

content/en/docs/concepts/workloads/pods/disruptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ can happen, according to:
232232
{{< feature-state for_k8s_version="v1.25" state="alpha" >}}
233233

234234
{{< note >}}
235-
In order to use this behavior, you must enable the `PodDisruptionsCondition`
235+
In order to use this behavior, you must enable the `PodDisruptionConditions`
236236
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
237237
in your cluster.
238238
{{< /note >}}

content/en/docs/tasks/job/pod-failure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You should already be familiar with the basic use of [Job](/docs/concepts/worklo
3333
{{< note >}}
3434
As the features are in Alpha, prepare the Kubernetes cluster with the two
3535
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
36-
enabled: `JobPodFailurePolicy` and `PodDisruptionsCondition`.
36+
enabled: `JobPodFailurePolicy` and `PodDisruptionConditions`.
3737
{{< /note >}}
3838

3939
## Using Pod failure policy to avoid unnecessary Pod retries

0 commit comments

Comments
 (0)