Skip to content

ListNodegroups failed #72

@orsenthil

Description

@orsenthil

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"
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions