-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: New pattern EKS AutoMode custom nodepools #2085
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Please address the comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abencomoc thanks for making the updates. I do some additional minor revisions. Then we are good to go.
patterns/eks-automode/automode-custom-nodepools/eks-automode-config.tf
Outdated
Show resolved
Hide resolved
patterns/eks-automode/automode-custom-nodepools/eks-automode-config.tf
Outdated
Show resolved
Hide resolved
...erns/eks-automode/automode-custom-nodepools/eks-automode-config/nodeclass-ebs-optimized.yaml
Show resolved
Hide resolved
patterns/eks-automode/automode-custom-nodepools/eks-automode-config/nodeclass-basic.yaml
Show resolved
Hide resolved
patterns/eks-automode/automode-custom-nodepools/eks-automode-config.tf
Outdated
Show resolved
Hide resolved
patterns/eks-automode/automode-custom-nodepools/eks-automode-config.tf
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your patience in working through this. LGTM!
Description
Adding new pattern to show how to use EKS AutoMode with custom nodePool and nodeClass (default AutoMode nodePool disabled)
Motivation and Context
How was this change tested?
The pattern includes a sample app the the user deploy to see different custom NodePools in action -> retail app github page
pre-commit run -a
with this PRAdditional Notes
As shown in the README file, I ./install the pattern and deploy a sample application. All app components get to Running state using different nodepools and I can access the app using the provisioned ALB.