-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
893c671
to
a37d7b0
Compare
a37d7b0
to
94c30f3
Compare
@@ -888,6 +887,89 @@ spec: | |||
description: Ignition defined options related to the bootstrapping | |||
systems where Ignition is used. | |||
properties: | |||
proxy: |
There was a problem hiding this comment.
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?
There was a problem hiding this 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, | |||
}, | |||
{ |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and below 100
There was a problem hiding this comment.
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.
Towards https://github.com/giantswarm/giantswarm/issues/31305
Backport of kubernetes-sigs#5140