Skip to content

darkowlzz/daemonset-job-terminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daemonset-job-terminator

CircleCI

Sidecar part of the daemonset-job k8s operator. This must be deployed along with the daemonset-job operator. It monitors the pods created by daemonset-job and terminates the parent Job, which results cleanup of all the resources by garbage collection of the DaemonSet and its Pods.

Development

Build the container image:

$ docker build . -t darkowlzz/daemonset-job-terminator:latest

Deploy the sidecar independent of any operator:

$ kubectl apply -f deploy/pod.yaml

About

Sidecar part of the daemonset-job operator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published