-
Notifications
You must be signed in to change notification settings - Fork 397
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
aws_eks_nodegroup - Add support for creating EKS managed nodegroups #549
Comments
Files identified in the description:
If these files are inaccurate, please update the |
lint - Remove unused imports SUMMARY housekeeping - Remove unused imports ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/ec2.py plugins/modules/ec2_eni.py plugins/modules/ec2_spot_instance_info.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
#1415 PR to add eks_nodegroup module |
Files identified in the description: If these files are inaccurate, please update the |
Out of curiosity & need. Where are we with this module |
Sorry it's taken so long. and thank-you for the suggestion. Resolved by #1415. Should be available in 5.3.0 as |
SUMMARY
New module for handling EKS managed node groups
References
ISSUE TYPE
COMPONENT NAME
New component -
aws_eks_nodegroup
ADDITIONAL INFORMATION
EKS managed node groups automate the provision and lifecycle management of nodes for EKS clusters. Having this module complements the
aws_eks_cluster
module. Currently the only way to provision managed node group using a cloudformation stack or using command module as a wrapper around the eksctl or aws cli.The text was updated successfully, but these errors were encountered: