Relinwar
Relinwar

Reputation: 93

Where do I view my CronJob in OpenShift Container Platform?

This is a really basic question, that I just can't seem to find it ANYWHERE. I need to create a CronJob on OpenShift Container Platform.

I wasn't able to find a page on the Container Platform on how to directly create a CronJob.

But I did manage to find instruction on creating it by pasting the Job yaml file in the Add to Application Button. https://docs.openshift.com/container-platform/4.1/nodes/jobs/nodes-nodes-jobs.html

Now, having created a CronJob(I think).

Lol, how do I even find/modify/delete it on Container Platform?

Upvotes: 3

Views: 2757

Answers (2)

Arsalan Siddiqui
Arsalan Siddiqui

Reputation: 228

In the Openshift version 3.X, you need to be under "Administrator" profile. Then click Workloads/Cronjobs.

Upvotes: 2

Peter Nagy
Peter Nagy

Reputation: 158

You can find cron jobs in the Cluster Console/Workloads/Cron Jobs.

Upvotes: 3

Related Questions