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
Hello thurahtetaung 👋 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
The command is eksctl update auto-mode-config --drain-all-nodegroups ..... However it wont still work because it needs cluster-config file and this does not make sense for cluster which are create during console or terraform to produce cluster-config file.
Even if I generate cluster-config file by hit and trial I only see this message
2024-12-03 01:38:59 [ℹ] Auto Mode is already enabled and up-to-date
The flag to drain nodegroups after updating a cluster to use Auto Mode is --drain-all-nodegroups. We'll update the documentation.
Even if I generate cluster-config file by hit and trial I only see this message
--drain-all-nodegroups is only valid when the cluster does not already have Auto Mode enabled. To drain your existing nodegroups, use eksctl drain nodegroup.
What were you trying to accomplish?
To migrate managed node groups to EKS Auto Mode
What happened?
Running
eksctl update auto-mode-config --drain-nodegroup
command fails with the following error:Error: unknown flag: --drain-nodegroup
How to reproduce it?
Follow this guide after enabling auto-mode in aws console
Logs
Versions
The text was updated successfully, but these errors were encountered: