Skip to content

--wait=false does not work when upgrading nodegroups #3889

@connorearl

Description

@connorearl

When using eksctl 0.54.0 to update a managed node group from 1.19 to 1.20, the --wait=false flag still causes the command to wait for CloudFormation.

When using the --timeout flag that will make it only wait for the time specified, but the exit code is 1, causing it to fail any scripts I use the command in.

This is the command I used:
eksctl upgrade nodegroup --cluster cluster-name --name=nodegroup-name --wait=false --kubernetes-version=1.20

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions