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