Skip to content

Commit 7373138

Browse files
committed
Docs update for Job Backoff Limit Per Index in Beta
1 parent 9af50f2 commit 7373138

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ from failed Jobs is not lost inadvertently.
382382

383383
### Backoff limit per index {#backoff-limit-per-index}
384384

385-
{{< feature-state for_k8s_version="v1.28" state="alpha" >}}
385+
{{< feature-state for_k8s_version="v1.29" state="beta" >}}
386386

387387
{{< note >}}
388388
You can only configure the backoff limit per index for an [Indexed](#completion-mode) Job, if you

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ For a reference to old feature gates that are removed, please refer to
114114
| `InTreePluginOpenStackUnregister` | `false` | Alpha | 1.21 | |
115115
| `InTreePluginPortworxUnregister` | `false` | Alpha | 1.23 | |
116116
| `InTreePluginvSphereUnregister` | `false` | Alpha | 1.21 | |
117-
| `JobBackoffLimitPerIndex` | `false` | Alpha | 1.28 | |
117+
| `JobBackoffLimitPerIndex` | `false` | Alpha | 1.28 | 1.28 |
118+
| `JobBackoffLimitPerIndex` | `true` | Beta | 1.29 | |
118119
| `JobPodFailurePolicy` | `false` | Alpha | 1.25 | 1.25 |
119120
| `JobPodFailurePolicy` | `true` | Beta | 1.26 | |
120121
| `JobPodReplacementPolicy` | `false` | Alpha | 1.28 | |

0 commit comments

Comments
 (0)