Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set replicas to MaxReplicas if HPA is enabled #833

Merged
merged 2 commits into from
Apr 27, 2022

Commits on Apr 22, 2022

  1. Set replicas to MaxReplicas if HPA is enabled

    If number of replicas in current deployment status is bigger than
    MaxReplicas and HPA is enabled set deployment replicas to MaxReplicas.
    binjip978 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3b6440c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Move replicas calculation in seperate function

    Signed-off-by: binjip978 <pdp.eleven11@gmail.com>
    binjip978 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d9ca106 View commit details
    Browse the repository at this point in the history