You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a downloaded binary from github releases. Error occurred on both Darwin arm64 (M1 Mac) and Linux amd64 (Ubuntu 22.04.3 LTS, GitHub Actions runner)
Versions
$ eksctl info
eksctl version: 0.162.0-dev+06acd0c7b.2023-10-13T10:55:30Z
kubectl version: v1.28.2
OS: darwin
The text was updated successfully, but these errors were encountered:
Hello lucasrod16 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
lucasrod16
changed the title
[Bug] eksctl delete cluster errors with: 'panic: send on closed channel'
[Bug] eksctl delete cluster errors with: panic: send on closed channel
Oct 13, 2023
What were you trying to accomplish?
Delete an EKS cluster using eksctl version
v0.162.0
andv0.161.0
What happened?
eksctl delete cluster
command produced the following error:Downgraded to
v0.161.0
and got the same error. Downgrading tov0.160.0
resolved the issueHow to reproduce it?
Download eksctl binary for Darwin arm64 or Linux amd64 (
v0.161.0
orv0.162.0
)Create a cluster
eksctl create cluster -f eks.yaml
eksctl delete cluster -f eks.yaml --disable-nodegroup-eviction --wait
Anything else we need to know?
Using a downloaded binary from github releases. Error occurred on both Darwin arm64 (M1 Mac) and Linux amd64 (Ubuntu 22.04.3 LTS, GitHub Actions runner)
Versions
The text was updated successfully, but these errors were encountered: