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 has been 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
tks,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this is feature request.
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
tks,
The text was updated successfully, but these errors were encountered: