Skip to content

Commit 0a7baf4

Browse files
committed
Improve note for Job managedBy feature
1 parent 7275d2c commit 0a7baf4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,8 @@ When developing an external Job controller be aware that your controller needs
10331033
to operate in a fashion conformant with the definitions of the API spec and
10341034
status fields of the Job object.
10351035

1036-
Please review these in detail the [Job API](/docs/reference/kubernetes-api/workload-resources/job-v1/).
1037-
We also recommend you running the e2e conformance tests for the Job object to
1036+
Please review these in detail in the [Job API](/docs/reference/kubernetes-api/workload-resources/job-v1/).
1037+
We also recommend that you run the e2e conformance tests for the Job object to
10381038
verify your implementation.
10391039

10401040
Finally, when developing an external Job controller make sure it does not use the

0 commit comments

Comments
 (0)