A basic implementation of the Kubernetes CronJob spec
633
This is a basic implementation of the Kubernetes CronJob spec. It is intended to be used temporarily on clusters where alpha resources cannot be enabled, such as GKE until CronJobs exit alpha.
Create the third party CronJob resource on your cluster.
kubectl apply -f https://raw.githubusercontent.com/tdickman/kubernetes-cron/0.1.2/cron-job-resource.yaml
Run the kubernetes-cron deployment on your cluster (in the default namespace).
kubectl apply -f https://raw.githubusercontent.com/tdickman/kubernetes-cron/0.1.2/deployment.yaml
Create a CronJob object in your cluster based on the
spec, with one
exception. Change apiVersion to epicconstructions.com/v1alpha1. An example
can be found in example-cron-job.yaml.
This project consists of the following pieces:
Content type
Image
Digest
Size
86.4 MB
Last updated
over 9 years ago
docker pull cheungpat/kubernetes-cron