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

ListNodegroups failed #72

Open
orsenthil opened this issue Jul 21, 2023 · 3 comments
Open

ListNodegroups failed #72

orsenthil opened this issue Jul 21, 2023 · 3 comments

Comments

@orsenthil
Copy link

It shouldn't be this project's failure, but it was interesting to observe that

$ kubectl eks nodegroups

2023/07/21 15:37:21 operation error EKS: ListNodegroups, https response error StatusCode: 400, RequestID: 0e6db38a-eadc-4d16-9a3a-2da43fd35448, InvalidParameterException: The clusterName parameter contains invalid characters. It should conform to the regular expression "^[0-9A-Za-z][A-Za-z0-9-_]*"In other words, it should start with a number or letter, and can contain numbers, letters, dashes, and underscores.

And

$ aws eks list-nodegroups --cluster-name amazing-rainbow-1689807605 --endpoint-url <ENDPOINT

{
    "nodegroups": [
        "ng-0bdcee61"
    ]
}
@surajnarwade
Copy link
Member

Hi @orsenthil are you still facing the error ?

@orsenthil
Copy link
Author

I hit this error again.

$ kubectl-eks addons
operation error EKS: DescribeCluster, https response error StatusCode: 400, RequestID: 95bfe137-9ed5-49f9-b3f1-18b662ba262a, api error InvalidParameterException: The parameter name contains invalid characters. It should conform to the regular expression "^[0-9A-Za-z][A-Za-z0-9-_]*"In other words, it should start with a number or letter, and can contain numbers, letters, dashes, and underscores.
$ ~/bin/kubectl-eks version
v0.4.4

@surajnarwade
Copy link
Member

I can't seem to reproduce the issue :(

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

No branches or pull requests

2 participants