https://pulumi.com logo
Title
a

alert-horse-34916

06/15/2021, 10:40 AM
Hello everyone! I want to create an AWS EKS cluster with calico cni plugin. Accoring to the calico tutorial I need to create a nodegroup using eksctl tool and the max-pods-per-node option to increase the pod limit. I've tried doing the same with pulumi but can't find the same option max-pods-per-node. Does anyone have any experience with this? Thanks in advance
b

billowy-army-68599

06/15/2021, 10:57 AM
I don't think we have this option - it's something that comes from EKS user data and is modified by eksctl in a different way. Please feel free to open an issue for it
a

alert-horse-34916

06/15/2021, 11:09 AM
Thank you @billowy-army-68599. I was hoping it could be easier)
s

stocky-morning-21061

07/12/2021, 3:24 PM
Hi @alert-horse-34916, did you manage to solve this? And how did you delete the aws-node daemonset?
a

alert-horse-34916

07/13/2021, 8:21 AM
Hi @stocky-morning-21061, sorry this task was moved to backlog. I will come back to this later
b

billowy-army-68599

07/13/2021, 3:41 PM
@alert-horse-34916 @witty-beach-90280 there's a example solution for this here: https://github.com/jaxxstorm/pulumi-examples/blob/main/typescript/aws/eks_kubelet_config/index.ts#L67