Merge pull request #4387 from MyannaHarris/aws_readme_tags

[AWS EKS - Scale-to-0] Update README to include warning about eks:nodegroup-name tag
This commit is contained in:
Kubernetes Prow Robot 2021-10-06 10:18:40 -07:00 committed by GitHub
commit b3e2085d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -383,3 +383,4 @@ To refresh static list, please run `go run ec2_instance_types/gen.go` under
- If you want to run it on instances with IMDSv1 disabled make sure your
EC2 launch configuration has the setting `Metadata response hop limit` set to `2`.
Otherwise, the `/latest/api/token` call will timeout and result in an error. See [AWS docs here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html#configuring-instance-metadata-options) for further information.
- If you don't use EKS managed nodegroups, don't add the `eks:nodegroup-name` tag to the ASG as this will lead to extra EKS API calls that could slow down scaling when there are 0 nodes in the nodegroup.