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

Fix/aws asg unsafe decommission 5829 #6911

Merged
merged 6 commits into from
Jun 26, 2024

Commits on Jun 17, 2024

  1. This merge resolves an issue in the Kubernetes Cluster Autoscaler whe…

    …re actual instances within AWS Auto Scaling Groups (ASGs) were incorrectly decommissioned instead of placeholders. The updates ensure that placeholders are exclusively targeted for scaling down under conditions where recent scaling activities have failed. This prevents the accidental termination of active nodes and enhances the reliability of the autoscaler in AWS environments.
    ravisinha0506 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4a5d281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0830e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Jun 21, 2024

  1. updating unit test name

    ravisinha0506 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d9f8217 View commit details
    Browse the repository at this point in the history
  2. resolving gofmt issue

    ravisinha0506 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f9c05fb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fixing log comments

    ravisinha0506 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3c5a97d View commit details
    Browse the repository at this point in the history