ListNodegroups failed
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"
]
}
Hi @orsenthil are you still facing the error ?
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
I can't seem to reproduce the issue :(