-
Notifications
You must be signed in to change notification settings - Fork 264
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
[BUG] EKS - unable to add node groups to imported EKS cluster #12872
Comments
As I see there is problem in UI, it is always trying to use Launch Template for every new node group. In case which you are describing Launch Template for your new Node Group is using NodeRole IAM which probably doesn't have access to EKS control plane. |
@mjura the UI is already treating launch templates as optional, or at least attempting to. By default, no launch template is specified. Do we need to do something else? Here's the response to the POST request to create EKS cluster with a default node group: |
@mantis-toboggan-md @mjura I am unable to reproduce the original reported issue. Steps
Logs
|
Rancher Server Setup
Information about the Cluster
User Information
admin
Describe the bug
After importing an EKS cluster with self-managed nodes, adding node groups through the UI doesn't work. The cluster stays in an 'updating' state for about half an hour before returning an error message
To Reproduce
Create an EKS cluster with self-managed nodes https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html
Import the cluster into Rancher
Once the cluster has 'Active' status, edit and add a node group with default values
Result
The cluster stays in updating state for ~30 minutes before returning an error.
Expected Result
Users should be able to add node groups through the UI.
The text was updated successfully, but these errors were encountered: