Skip to content

Commit

Permalink
Merge pull request #4387 from MyannaHarris/aws_readme_tags
Browse files Browse the repository at this point in the history
[AWS EKS - Scale-to-0] Update README to include warning about eks:nodegroup-name tag
  • Loading branch information
k8s-ci-robot authored Oct 6, 2021
2 parents 062fb7b + 602bd4d commit b3e2085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-autoscaler/cloudprovider/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b3e2085

Please sign in to comment.