-
Notifications
You must be signed in to change notification settings - Fork 602
Nodegroup role name exceeds maximum length #2704
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
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
@richardcase: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lifecycle frozen |
@richardcase can I take this one? |
/assign Callisto13 |
I think this is already in place, just perhaps not ported back to 0.6? cluster-api-provider-aws/pkg/eks/eks.go Line 33 in 851a814
see 50ed343 |
/remove-lifecycle frozen |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Is this issue still needs to solve |
@richardcase the description originally said that a fix should be backported to 0.6.0, but that is a very old version now. Do we want to bother doing that or close this as fixed from 0.7.0? |
As this is fixed in the currently supported versions: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/pkg/cloud/services/eks/roles.go#L165:L168 (thanks @Callisto13 for checking this) we can now close this issue as there is no need to backport to 0.6.0 as its unsupported now. |
/close |
@richardcase: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
/area provider/eks
/priority important-soon
/milestone v0.7.x
What steps did you take and what happened:
Created stack to allow iam roles per cluster:
Enabled IAM roles per cluster using the following before
clusterctl init
:Created a machine pool with the following specs:
And then we get the following error when reconciliation occurs:
What did you expect to happen:
I would expect the controller to detect the length of the auto-generated role name and then truncate/hash if its too long.
Anything else you would like to add:
This fix will need to be applied to 0.7x and then back ported to 0.6.x
Environment:
The text was updated successfully, but these errors were encountered: