Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-43915

The job trigger via 'Start Job' option on console cannot add a new event

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.18
    • Management Console
    • None
    • Moderate
    • None
    • False
    • Hide

      None

      Show
      None

      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:

          

              cajieh Cyril Ajieh
              rhn-support-xiyuzhao Xiyun Zhao
              Xiyun Zhao Xiyun Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: