lwolf / kube-cleanup-operator

Kubernetes Operator to automatically delete completed Jobs and their Pods
MIT License
503 stars 109 forks source link

404 job.yml #17

Closed andrealmar closed 6 years ago

andrealmar commented 6 years ago

The example job is giving me 404:

https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master/docs/concepts/workloads/controllers/job.yaml

lwolf commented 6 years ago

Thanks for letting me know. urls have changed in k8s docs. this should work https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/controllers/job.yaml

andrealmar commented 6 years ago

You're welcome. You can also use this one: https://k8s.io/examples/controllers/job.yaml

lwolf commented 6 years ago

this one should be permanent. thanks