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

feat(servergroup): Allow users to opt-out of the target desired size check when verifying if the instances scaled up or down successfully (backport #4649) #4651

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Feb 22, 2024

  1. feat(servergroup): Allow users to opt-out of the target desired size …

    …check when verifying if the instances scaled up or down successfully (#4649)
    
    * feat(servergroup): Allow users to opt-out of the target desired size check when verifying if the instances scaled up or down successfully
    
    Some of our users prefer to use the actual instance size list to verify if everything was scaled up or down accordingly instead of relying on the target percentage. They noticed this is causing instability on their end
    
    * chore: Update copyright
    
    * refactor: Introduce the ServerGroupProperties which will be used to define all server group related properties
    
    (cherry picked from commit f5fa468)
    ovidiupopa07 authored and mergify[bot] committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b226f3c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    d8f4cc3 View commit details
    Browse the repository at this point in the history