From 00658ed48a5b6b1280d0716130926a689ad67e6e Mon Sep 17 00:00:00 2001 From: n0vad3v Date: Sat, 27 Apr 2024 23:10:44 +0800 Subject: [PATCH] Fix typo .spec.succeessPolicy.rules to .spec.successPolicy.rules --- content/en/docs/concepts/workloads/controllers/job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/job.md b/content/en/docs/concepts/workloads/controllers/job.md index 6a9a916aed412..37b839a148d16 100644 --- a/content/en/docs/concepts/workloads/controllers/job.md +++ b/content/en/docs/concepts/workloads/controllers/job.md @@ -588,7 +588,7 @@ A success policy is defined by rules. Each rule can take one of the following fo once the number of succeeded indexes from the subset of indexes specified in the `succeededIndexes` reaches the `succeededCount`, the job controller marks the Job as succeeded. -Note that when you specify multiple rules in the `.spec.succeessPolicy.rules`, +Note that when you specify multiple rules in the `.spec.successPolicy.rules`, the job controller evaluates the rules in order. Once the Job meets a rule, the job controller ignores remaining rules. Here is a manifest for a Job with `successPolicy`: