-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add support for userdata in managed NodeGroups #1192
Comments
Seems like it isn't and won't be supported by the aws. See hashicorp/terraform-provider-aws#13887 See also the corresponding request on the aws terraform module: aws/containers-roadmap#596. |
Other managed services like RDS have things like parameter groups to allow tweaking the configuration, so why can't we have a similar feature in EKS? In my opinion the fact that you have to use a Custom AMI to be able to override the kubelet arguments is not flexible. It's nice to be able to managed nodegroup updates to the latest recommended AMI version from AWS, but if you use Custom AMI, how do you achieve that exactly? Is there a way to disable the default merging of userdata from AWS without having to set |
Closing since is has been implemented in #1138 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have issues
Currently, using node_groups, I see no way of injecting custom userdata by default without resorting to a custom launch template. The feature seems available in worker_groups_defaults though, through several hooks: pre_userdata, post_userdata, userdata_template_file...
I'm submitting a...
What is the current behavior?
There is no attribute in node_groups_default for setting default userdata.
If this is a bug, how to reproduce? Please include a code sample if relevant.
The text was updated successfully, but these errors were encountered: