-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Support for security groups for pods #1021
Comments
This is way out of the scope of this module. You can read about why in #635 🙂 |
Fair enough. Any thoughts about how this could be supported (i.e., in one of those smaller, composable modules discussed in #635)? Is |
I don't think it's too complicated...
I don't think I think most people are using Helm to manage resources inside the cluster, so looking at the AWS docs, this is how I would do it:
|
Thanks! |
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
I'm submitting a...
What is the current behavior?
Security groups for pods must be provisioned separately from this module.
TBH I'm not even sure how to do this with Terraform, which is why this is a feature request and not a PR. The main sticking point is step 3:
I.e., you have to modify the environment for an already-running DaemonSet that is not managed by Terraform, but is created automatically by AWS.
The text was updated successfully, but these errors were encountered: