Schedule Cronjobs in Kubernetes
Tasks Create a cronjob named xfusion. Set its schedule to something like */7 * * * *. You can set any schedule for now. Name the container cron-xfusion. Utilize the httpd image with latest tag (specify as httpd:latest). Execute the dummy command...
Oct 15, 20241 min read18




