File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -703,7 +703,7 @@ mismatch.
703
703
You can only configure a Pod failure policy for a Job if you have the
704
704
` JobPodFailurePolicy ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
705
705
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
707
707
Pod disruption conditions in the Pod failure policy (see also:
708
708
[ Pod disruption conditions] ( /docs/concepts/workloads/pods/disruptions#pod-disruption-conditions ) ). Both feature gates are
709
709
available in Kubernetes v1.25.
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ can happen, according to:
232
232
{{< feature-state for_k8s_version="v1.25" state="alpha" >}}
233
233
234
234
{{< 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 `
236
236
[ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
237
237
in your cluster.
238
238
{{< /note >}}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ You should already be familiar with the basic use of [Job](/docs/concepts/worklo
33
33
{{< note >}}
34
34
As the features are in Alpha, prepare the Kubernetes cluster with the two
35
35
[ feature gates] ( /docs/reference/command-line-tools-reference/feature-gates/ )
36
- enabled: ` JobPodFailurePolicy ` and ` PodDisruptionsCondition ` .
36
+ enabled: ` JobPodFailurePolicy ` and ` PodDisruptionConditions ` .
37
37
{{< /note >}}
38
38
39
39
## Using Pod failure policy to avoid unnecessary Pod retries
You can’t perform that action at this time.
0 commit comments