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

Shiped AWS CLI doesn't know EKS service #14

Closed
aruetten opened this issue Jul 26, 2018 · 1 comment
Closed

Shiped AWS CLI doesn't know EKS service #14

aruetten opened this issue Jul 26, 2018 · 1 comment

Comments

@aruetten
Copy link

aruetten commented Jul 26, 2018

Hi,

the current eks-worker-v20 AMI (ami-dea4d5a1 in us-east-1 (Copied ami-73a6e20b from us-west-2)) ships version 1.15.31 of the AWS CLI

EKS was introduced with version 1.15.32 which means first step each worker does is to teach his local AWS CLI what EKS is:

[root@ip-10-128-8-14 eks]# aws eks
Invalid choice: 'eks', maybe you meant:
  * es
[root@ip-10-128-8-14 eks]# aws configure add-model --service-model file://eks-2017-11-01.normal.json --service-name eks
[root@ip-10-128-8-14 eks]# aws eks
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:
  aws help
  aws <command> help
  aws <command> <subcommand> help
aws: error: too few arguments

Please either update the shipped AWS CLI or move that step into the AMI build process.

@micahhausler
Copy link
Member

Yep! It was released before the CLI had eks in it. We'll be releasing a new worker AMI soon with an updated awscli

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