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

.github/workflows: use eksctl 0.54.0 #394

Merged
merged 2 commits into from
Jul 5, 2021
Merged

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Jul 5, 2021

The EKS workflows suddenly started failing with:

Error: couldn't create node group filter from command line options: --spot is only valid with managed nodegroups (--managed)

On Jul 2 at around 15 CEST
(https://github.com/cilium/cilium-cli/actions/runs/992727965). The
release of eksctl 0.55.0 coincides with this time frame. As we pin the
EKS workflows to the latest eksctl release, it is likely that this
caused the failures.

Pin the eksctl to 0.54.0 for now which doesn't seem to exhibit this
behavior.

Ref: eksctl-io/eksctl#3929

@tklauser tklauser temporarily deployed to ci July 5, 2021 08:26 Inactive
@tklauser tklauser changed the title .github/workflows: use eksctl 0.5.40 .github/workflows: use eksctl 0.54.0 Jul 5, 2021
The EKS workflows suddenly started failing with:

  Error: couldn't create node group filter from command line options: --spot is only valid with managed nodegroups (--managed)

On Jul 2 at around 15 CEST
(https://github.com/cilium/cilium-cli/actions/runs/992727965). The
release of eksctl 0.55.0 coincides with this time frame. As we pin the
EKS workflows to the latest eksctl release, it is likely that this
caused the failures.

Pin the eksctl to 0.54.0 for now which doesn't seem to exhibit this
behavior.

Ref: eksctl-io/eksctl#3929
Signed-off-by: Tobias Klauser <[email protected]>
@tklauser
Copy link
Member Author

tklauser commented Jul 5, 2021

Test PR: #395

@tklauser tklauser force-pushed the pr/tklauser/eksctl-downgrade branch from c2e6210 to 9a0b0fe Compare July 5, 2021 08:59
@tklauser tklauser temporarily deployed to ci July 5, 2021 08:59 Inactive
@tklauser tklauser temporarily deployed to ci July 5, 2021 09:13 Inactive
@tklauser
Copy link
Member Author

tklauser commented Jul 5, 2021

EKS is green again in test PR #395, merging this PR.

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.

5 participants