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

✨ Support setting maxHealthyPercentage to configure ASG instance refresh #609

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

fiunchinho
Copy link
Member

@fiunchinho fiunchinho requested a review from a team October 8, 2024 09:59
@fiunchinho fiunchinho self-assigned this Oct 8, 2024
@fiunchinho fiunchinho force-pushed the support-maxhealthypercentage-fork branch from 893c671 to a37d7b0 Compare October 8, 2024 10:24
@fiunchinho fiunchinho force-pushed the support-maxhealthypercentage-fork branch from a37d7b0 to 94c30f3 Compare October 14, 2024 15:42
@@ -888,6 +887,89 @@ spec:
description: Ignition defined options related to the bootstrapping
systems where Ignition is used.
properties:
proxy:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure where this is coming from. Maybe we (I probably) forgot to run make generate in the past?

Copy link
Member

@mnitchev mnitchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor stuff. Also if you add emojis to the title it should pass some of those checks

@@ -153,6 +153,27 @@ func TestAWSMachinePoolValidateCreate(t *testing.T) {
},
wantErr: true,
},
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a test for when the value is above 200?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and below 100

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just cherry picking from upstream, so I'd prefer not to change the tests just in the fork.

@fiunchinho fiunchinho changed the title Support setting maxHealthyPercentage to configure ASG instance refresh ✨ Support setting maxHealthyPercentage to configure ASG instance refresh Oct 15, 2024
@fiunchinho fiunchinho merged commit 65159d8 into release-2.5 Oct 16, 2024
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants