-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
EKS UserScript Bootstrapper is duplicated when using UserScript with Managed AMI #207
base: main
Are you sure you want to change the base?
Conversation
…r regardless causing it to break.
📝 WalkthroughWalkthroughThis pull request introduces multiple documentation and logic improvements across module files. The updates include a clarification note in the README, enhanced formatting in Terraform documentation, refined preconditions in the launch template for custom AMI usage, and adjustments to the userdata scripts for dynamic bootstrap command execution. Additionally, variable descriptions have been revised to clearly specify differences for Linux and Windows environments. Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
🧰 Additional context used🪛 LanguageTooldocs/terraform.md[uncategorized] ~59-~59: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE) [grammar] ~82-~82: The verb ‘keep’ seems to be in the wrong form here. (FOR_VB) [typographical] ~101-~101: Consider adding a comma after ‘Usually’ for more clarity. (RB_LY_COMMA) [typographical] ~102-~102: Consider adding a comma after ‘Usually’ for more clarity. (RB_LY_COMMA) [style] ~110-~110: Consider a shorter alternative to avoid wordiness. (IN_ORDER_TO_PREMIUM) ⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (11)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
what
When using the default AMI with a custom userscript AWS EKS will automatically inject the bootstrapper after your user-script.
This means
Before
After
why
after_cluster_joining_userdata
aws_launch_template