Skip to content

Commit 5870bf3

Browse files
committed
KEP-3998: Graduate JobSuccessPolicy to Stable
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 09234f3 commit 5870bf3

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -558,14 +558,6 @@ For more details, see [Job termination and cleanup](#job-termination-and-cleanup
558558

559559
## Success policy {#success-policy}
560560

561-
{{< feature-state feature_gate_name="JobSuccessPolicy" >}}
562-
563-
{{< note >}}
564-
You can only configure a success policy for an Indexed Job if you have the
565-
`JobSuccessPolicy` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
566-
enabled in your cluster.
567-
{{< /note >}}
568-
569561
When creating an Indexed Job, you can define when a Job can be declared as succeeded using a `.spec.successPolicy`,
570562
based on the pods that succeeded.
571563

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ stages:
1414
- stage: beta
1515
defaultValue: true
1616
fromVersion: "1.31"
17+
toVersion: "1.32"
18+
- stage: stable
19+
defaultValue: true
20+
fromVersion: "1.33"
1721
---
1822
Allow users to specify when a Job can be declared as succeeded based on the set of succeeded pods.

0 commit comments

Comments
 (0)