fabric8io / jube

jube is a deprecated pure java implementation of kubernetes. Please look at kansible now instead!
https://github.com/fabric8io/kansible/blob/master/README.md
Apache License 2.0
27 stars 20 forks source link

jube should have an upper limit of retries if an image fails to start... #235

Open jstrachan opened 9 years ago

jstrachan commented 9 years ago

... also it should maybe delete old images up to some number; so that it doesn't fill up the disk with failed images.

e.g. have a max number of retries on a failure and a max number of failed containers (default to 2?) so that we don't fill up disks