-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.18
-
None
-
Moderate
-
None
-
False
-
Description of problem:
When using 'Start job' on conosle, an Event like below should be added to the Cronjob Event page. Compare to the same behavior via CLI, current Event missing is not correct
Version-Release number of selected component (if applicable):
pre-merge
How reproducible:
Always
Steps to Reproduce:
1. Create a CronJob eg: oc create cronjob examplecronjob --image=busybox --schedule="*/1 * * * *" 2. Trigger ‘start a job’ by using CLI command $ oc create job examplejob --from=cronjob/examplecronjob 3. Trigger another job by click the 'Start job' option on console 4. Check the Event on 'CronJob details -> Events page Or via command $ oc describe cronjob examplecronjob
Actual results:
Events for Jobs triggered by "Start Job" on the console are lost
Expected results:
The Event should be added
Additional info: