-
Notifications
You must be signed in to change notification settings - Fork 44
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
How do I set MAXPOD in EKS ? #90
Comments
The solution uses two ways to automate the life-cycle of the K8s nodes. There is a system managed node group that manages all CPU only nodes via Cluster Autoscaler. And Karpenter manages the accelerator (GPU, or Neuron) resources . What is your objective in using |
Thank you so much for your reply, but the options you mentioned are not what I want. |
Thanks for the elaboration. I understand the request. One could possibly specify max pods for the managed node groups, and the Karpenter managed nodes. Would it be sufficient if I provided variables for those two options, e.g. |
Yes, that's right, I would appreciate it if you could add it. |
Hash commit a70db6b adds support for Since the If you need a node group other than systems node group, in addition to what Note: |
Can this issue be closed? Thanks. |
How can I set maxpod on a node group in Terraform?
In the Terraform module, ㅑ can proceed through the options below, but I cannot find it in the module you used.
bootstrap_extra_args = "--container-runtime containerd --kubelet-extra-args '--max-pods=20'"
https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/user_data.md
The text was updated successfully, but these errors were encountered: