Skip to content

Commit 9a1d83e

Browse files
mimowodipesh-rawat
andcommitted
Review remarks 3
Co-authored-by: Dipesh Rawat <[email protected]>
1 parent beed432 commit 9a1d83e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/blog/_posts/2025-04-23-jobs-backofflimitperindex-goes-ga.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: blog
3-
title: "Kubernetes 1.33: Job's Backoff Limit Per Index Goes GA"
3+
title: "Kubernetes v1.33: Job's Backoff Limit Per Index Goes GA"
44
date: 2025-04-23
55
draft: true
6-
slug: kubernetes-1-33-jobs-backoff-limit-per-index-goes-ga
6+
slug: kubernetes-v1-33-jobs-backoff-limit-per-index-goes-ga
77
author: >
88
[Michał Woźniak](https://github.com/mimowo) (Google)
99
---
@@ -26,7 +26,7 @@ However, for workloads where every index is considered independent, like
2626
[embarassingly parallel](https://en.wikipedia.org/wiki/Embarrassingly_parallel)
2727
workloads - the `spec.backoffLimit` field is often not flexible enough.
2828
For example, you may choose to run multiple suites of integration tests by
29-
representing each suite as an index within an [Indexed Job](https://kubernetes.io/docs/tasks/job/indexed-parallel-processing-static/).
29+
representing each suite as an index within an [Indexed Job](/docs/tasks/job/indexed-parallel-processing-static/).
3030
In that setup, a fast-failing index (test suite) is likely to consume your
3131
entire budget for tolerating Pod failures, and you might not be able to run the
3232
other indexes.

0 commit comments

Comments
 (0)