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

Upgrade non-al2 managed nodegroups by updating the Version field in the nodegroup stack #4666

Merged
merged 6 commits into from
Jan 31, 2022

Conversation

aclevername
Copy link
Contributor

@aclevername aclevername commented Jan 20, 2022

Description

Closes #4423. To upgrade non-al2 nodegroups we update the Version field in the template to the correct kubernetes versions

[0] JUnit report was created: /home/jake/weave/eksctl/test-results/__home__jake__weave__eksctl__integration__tests__managed__managed__nodegroup__test__go_1.xml
[0]
[0] Ran 24 of 24 Specs in 6164.849 seconds
[0] SUCCESS! -- 24 Passed | 0 Failed | 0 Pending | 0 Skipped
[0] PASS
[0]

@aclevername aclevername changed the title select correct release_version for nodegroup type select correct release_version when upgrading nodegroups Jan 20, 2022
@aclevername aclevername changed the title select correct release_version when upgrading nodegroups Upgrade non-al2 nodegroups by updating the Version field in the nodegroup stack Jan 21, 2022
@aclevername aclevername force-pushed the update-br-nodes branch 3 times, most recently from cfb0e56 to fb0ff31 Compare January 21, 2022 14:32
@aclevername aclevername marked this pull request as ready for review January 21, 2022 14:36
@aclevername aclevername changed the title Upgrade non-al2 nodegroups by updating the Version field in the nodegroup stack Upgrade non-al2 managed nodegroups by updating the Version field in the nodegroup stack Jan 21, 2022
"--kubernetes-version", nextVersion,
)
Expect(cmd).To(RunSuccessfullyWithOutputString(ContainSubstring("nodegroup successfully upgraded")))
upgradeNg := func(ngName string) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Look at you going all functiony

homerooo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

😂😂😂😂 was that or for loop . For loop felt wrong

Copy link
Contributor

@Skarlso Skarlso left a comment

Choose a reason for hiding this comment

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

LGTM! I hope I had all the context.

@aclevername
Copy link
Contributor Author

LGTM! I hope I had all the context.

thanks! Waiting for a 2nd reviewer as this PR has a slightly bigger implication

@aclevername aclevername enabled auto-merge (squash) January 31, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Managed node group upgrade using Bottlerocket fails
3 participants