Skip to content

Fix --wait issue for eksctl upgrade nodegroup command#3956

Merged
cPu1 merged 6 commits intoeksctl-io:mainfrom
vchetu:fix-wait-ng-upgrade
Jul 8, 2021
Merged

Fix --wait issue for eksctl upgrade nodegroup command#3956
cPu1 merged 6 commits intoeksctl-io:mainfrom
vchetu:fix-wait-ng-upgrade

Conversation

@vchetu
Copy link
Contributor

@vchetu vchetu commented Jul 7, 2021

Fixes #3889

Description

Currently --wait flag is ignored while performing nodegroup upgrade action. This PR checks for wait flag and accordingly performs the action.

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the userdocs directory)
  • Manually tested
  • Made sure the title of the PR is a good description that can go into the release notes
  • (Core team) Added labels for change area (e.g. area/nodegroup) and kind (e.g. kind/improvement)

BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯

  • Backfilled missing tests for code in same general area 🎉
  • Refactored something and made the world a better place 🌟

@vchetu vchetu changed the title WIP: Fix --wait issue for eksctl upgrade nodegroup command Fix --wait issue for eksctl upgrade nodegroup command Jul 7, 2021
@nikimanoledaki
Copy link
Contributor

Thank you for opening a PR @vchetu, a member of the team will review shortly!

@cPu1 cPu1 added the kind/bug label Jul 8, 2021
@vchetu vchetu requested a review from cPu1 July 8, 2021 12:10
@cPu1
Copy link
Contributor

cPu1 commented Jul 8, 2021

Thanks for the PR, @vchetu. It needs just one more change and it's good to merge.

@vchetu vchetu requested a review from cPu1 July 8, 2021 12:55
@vchetu vchetu requested a review from cPu1 July 8, 2021 14:32
@cPu1 cPu1 merged commit 37836bb into eksctl-io:main Jul 8, 2021
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.

--wait=false does not work when upgrading nodegroups

3 participants