-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore(eks): updated the eks launch template support topic in the docs #12272
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
chore(eks): updated the eks launch template support topic in the docs #12272
Conversation
fixes aws#12256 Clarified the usage of custom user data with default or custom AMI by adding another example and pointing out the differences. Also changed the launch template reference in the examples to use the latest version rather than the default. If you don't know the difference it would be unexpected for an user to change the user data without having it applied to the nodes after deploy. Make the sentence about defining instance type either in launch template or node group more understandable.
6b4cf44 to
014e956
Compare
Pull request has been modified.
Pull request has been modified.
|
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). |
…aws#12272) Closes aws#12256 Clarified the usage of custom user data with default or custom AMI by adding another example and pointing out the differences. Changed the launch template reference in the examples to use the latest version rather than the default. If you don't know the difference it would be unexpected for the user to change the user data without having it applied to the nodes after deploy. Removed unnecessary wrapping of instance type string with typed version and calling toString. Make the sentence about defining instance type either in launch template or node group more understandable. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes #12256
Clarified the usage of custom user data with default or custom AMI by adding another example and pointing out the differences.
Changed the launch template reference in the examples to use the latest version rather than the default. If you don't know the difference it would be unexpected for the user to change the user data without having it applied to the nodes after deploy.
Removed unnecessary wrapping of instance type string with typed version and calling toString.
Make the sentence about defining instance type either in launch template or node group more understandable.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license