You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
$ 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.
It shouldn't be this project's failure, but it was interesting to observe that
And
The text was updated successfully, but these errors were encountered: