Skip to content

Commit 5c1c6a3

Browse files
authored
Merge pull request #51425 from dejanzele/kep-3939/promote-to-ga
[KEP-3939] - Promote JobPodReplacementPolicy to GA
2 parents bfcdaac + bf23287 commit 5c1c6a3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,13 +1074,7 @@ scaling an indexed Job, such as MPI, Horovod, Ray, and PyTorch training jobs.
10741074

10751075
### Delayed creation of replacement pods {#pod-replacement-policy}
10761076

1077-
{{< feature-state for_k8s_version="v1.29" state="beta" >}}
1078-
1079-
{{< note >}}
1080-
You can only set `podReplacementPolicy` on Jobs if you enable the `JobPodReplacementPolicy`
1081-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
1082-
(enabled by default).
1083-
{{< /note >}}
1077+
{{< feature-state feature_gate_name="JobPodReplacementPolicy" >}}
10841078

10851079
By default, the Job controller recreates Pods as soon they either fail or are terminating (have a deletion timestamp).
10861080
This means that, at a given time, when some of the Pods are terminating, the number of running Pods for a Job

content/en/docs/reference/command-line-tools-reference/feature-gates/JobPodReplacementPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
1620
---
1721
Allows you to specify pod replacement for terminating pods in a [Job](/docs/concepts/workloads/controllers/job)

0 commit comments

Comments
 (0)