feat(eks): Pass bootstrap.sh args to avoid DescribeCluster call and make nodes join the cluster faster#12659
Conversation
0de3128 to
76d4f66
Compare
76d4f66 to
484af9e
Compare
|
This PR has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
|
dont close |
|
This PR has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
|
@anguslees Are you still keeping an eye out on this PR? |
aba42bd to
aabeaf0
Compare
Pass sufficient information to bootstrap.sh in ASG user-data, to prevent it from making a DescribeCluster AWS API call. This per-node API call can become an issue in large clusters, and we already have all the information to avoid it.
aabeaf0 to
c95bc09
Compare
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ake nodes join the cluster faster (aws#12659) Pass sufficient information to bootstrap.sh in ASG user-data, to prevent it from making a DescribeCluster AWS API call. This per-node API call can become an issue in large clusters, and we already have all the information to avoid it. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Pass sufficient information to bootstrap.sh in ASG user-data, to
prevent it from making a DescribeCluster AWS API call. This per-node
API call can become an issue in large clusters, and we already have
all the information to avoid it.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license