File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1008,7 +1008,7 @@ status:
1008
1008
1009
1009
### Delegation of managing a Job object to external controller
1010
1010
1011
- {{< feature-state for_k8s_version="v1.30" state="alpha " >}}
1011
+ {{< feature-state feature_gate_name="JobManagedBy " >}}
1012
1012
1013
1013
{{< note >}}
1014
1014
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
1033
1033
to operate in a fashion conformant with the definitions of the API spec and
1034
1034
status fields of the Job object.
1035
1035
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
1038
1038
verify your implementation.
1039
1039
1040
1040
Finally, when developing an external Job controller make sure it does not use the
You can’t perform that action at this time.
0 commit comments