Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnexpectedJob (0.18 sec)

  1. pkg/controller/cronjob/cronjob_controllerv2.go

    			if err != nil {
    				return nil, updateStatus, err
    			}
    			if inActiveList(cjCopy, j.ObjectMeta.UID) {
    				cronJob = cjCopy
    				continue
    			}
    			jm.recorder.Eventf(cronJob, corev1.EventTypeWarning, "UnexpectedJob", "Saw a job that the controller did not create or forgot: %s", j.Name)
    			// We found an unfinished job that has us as the parent, but it is not in our Active list.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top