Improve note for Job managedBy feature
This commit is contained in:
parent
7275d2cccf
commit
0a7baf4595
|
|
@ -1033,8 +1033,8 @@ When developing an external Job controller be aware that your controller needs
|
||||||
to operate in a fashion conformant with the definitions of the API spec and
|
to operate in a fashion conformant with the definitions of the API spec and
|
||||||
status fields of the Job object.
|
status fields of the Job object.
|
||||||
|
|
||||||
Please review these in detail the [Job API](/docs/reference/kubernetes-api/workload-resources/job-v1/).
|
Please review these in detail in the [Job API](/docs/reference/kubernetes-api/workload-resources/job-v1/).
|
||||||
We also recommend you running the e2e conformance tests for the Job object to
|
We also recommend that you run the e2e conformance tests for the Job object to
|
||||||
verify your implementation.
|
verify your implementation.
|
||||||
|
|
||||||
Finally, when developing an external Job controller make sure it does not use the
|
Finally, when developing an external Job controller make sure it does not use the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue