Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 319 Bytes

cron-jobs-in-OpenShift.md

File metadata and controls

9 lines (5 loc) · 319 Bytes

cron jobs in OpenShift

  • Create a cron job say-hello in a project cron-test called that runs at 6:02 am every Sunday

  • cron job runs in a pod created from the image quay.io/redhattraining/hello-world-nginx

  • cron job runs the command echo Hello from the OpenShift cluster

    back to main