Skip to content

Commit 60e5ff7

Browse files
authored
Removing beta label, as indexed job is GA. (#36968)
1 parent 0c493d3 commit 60e5ff7

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ object, but maintains complete control over what Pods are created and how work i
856856
* Read about different ways of running Jobs:
857857
* [Coarse Parallel Processing Using a Work Queue](/docs/tasks/job/coarse-parallel-processing-work-queue/)
858858
* [Fine Parallel Processing Using a Work Queue](/docs/tasks/job/fine-parallel-processing-work-queue/)
859-
* Use an [indexed Job for parallel processing with static work assignment](/docs/tasks/job/indexed-parallel-processing-static/) (beta)
859+
* Use an [indexed Job for parallel processing with static work assignment](/docs/tasks/job/indexed-parallel-processing-static/)
860860
* Create multiple Jobs based on a template: [Parallel Processing using Expansions](/docs/tasks/job/parallel-processing-expansion/)
861861
* Follow the links within [Clean up finished jobs automatically](#clean-up-finished-jobs-automatically)
862862
to learn more about how your cluster can clean up completed and / or failed tasks.

0 commit comments

Comments
 (0)