Merge pull request #46034 from n0vad3v/typo-job

Fix typo in 'Jobs' concept page
pull/46035/head
Kubernetes Prow Robot 2024-04-27 08:23:06 -07:00 committed by GitHub
commit 54240f8e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`: