ceph / ceph-helm

Curated applications for Kubernetes
Apache License 2.0
108 stars 36 forks source link

add post helm upgrade script #38

Closed rootfs closed 6 years ago

rootfs commented 6 years ago

helm doesn't ensure pods are recreated in the order ceph wants. Ideally pods should start up in sequence and not too many osds are down at the same time. This script enforces startup order and watches pod status before recreating the next one

@dmick @leseb

rootfs commented 6 years ago

thanks @alram @leseb, it is updated