EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Delete completed jobs during deployment. #70

Closed Fizzadar closed 4 years ago

Fizzadar commented 4 years ago

Adds a CLI flag to kubetools deploy to enable/disable this behaviour.

This is a sensible default to avoid leaving lots of empty job objects lying around on the cluster. Cluster level logging should handle the tracking of logs rather than leaving the objects lying around.

Closes: #67

Fizzadar commented 4 years ago

Thanks @stroebs!