You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
scale up & down should support priority/sequence, e.g. add a flag: DOWN_PRIORITY = cronjobs,deployments, statefulsets when scale down, should scale cronjobs 1st, then deployments (most are applications), and statefulsets (most are DB, redis, queue)..
same for scale up, add a flag: UP_PRIORITY = statefulsets,deployments,cronjobs. when scale up, should scale statefulsets 1st, then deployments, and statefulsets