Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Scale up & down should support priority #126

@jasonyihk

Description

@jasonyihk

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions