File tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/workloads/controllers 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ You can set the TTL seconds at any time. Here are some examples for setting the
47
47
* Manually set this field of existing, already finished Jobs, so that they become eligible
48
48
for cleanup.
49
49
* Use a
50
- [ mutating admission webhook] ( /docs/reference/access-authn-authz/extensible- admission-controllers/#admission-webhooks )
50
+ [ mutating admission webhook] ( /docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook )
51
51
to set this field dynamically at Job creation time. Cluster administrators can
52
52
use this to enforce a TTL policy for finished jobs.
53
53
* Use a
54
- [ mutating admission webhook] ( /docs/reference/access-authn-authz/extensible- admission-controllers/#admission-webhooks )
54
+ [ mutating admission webhook] ( /docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook )
55
55
to set this field dynamically after the Job has finished, and choose
56
56
different TTL values based on job status, labels. For this case, the webhook needs
57
57
to detect changes to the ` .status ` of the Job and only set a TTL when the Job
You can’t perform that action at this time.
0 commit comments