Skip to content

Commit 79e5ac1

Browse files
authored
Merge pull request #45506 from mimowo/improve-job-api-docs
Improve note for the Job managedBy feature
2 parents fc30a3a + 5bc7082 commit 79e5ac1

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ status:
10081008
10091009
### Delegation of managing a Job object to external controller
10101010
1011-
{{< feature-state for_k8s_version="v1.30" state="alpha" >}}
1011+
{{< feature-state feature_gate_name="JobManagedBy" >}}
10121012
10131013
{{< note >}}
10141014
You can only set the `managedBy` field on Jobs if you enable the `JobManagedBy`
@@ -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)