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"
]
}
It shouldn't be this project's failure, but it was interesting to observe that
And