Ben Lilley
Ben Lilley
@tiffanyfay thanks for the feedback > Do you think there's any scenario in which someone might want to use public subnets for the pod? I can't think of a good...
@tiffanyfay > What do you think in terms of how to specify which set is for which nodegroup? At first I thought this wasn't required because ENIConfig just has to...
> Also, if you have two node groups and two custom subnet groups then you would need to specify which you want For current-state eksctl I only see the ability...
@tiffanyfay thinking about this more, I guess the point of what you and @errordeveloper where proposing is even If nodeGroup -> worker subnet is not implemented yet, let's support for...
@jicowan at first I was thinking that it can be handled with --max-pods as a kubelet arg manually, assuming there would be a solution elsewhere. Doesn't look like that's easily...
Just noticed eksctl already https://github.com/weaveworks/eksctl/blob/master/pkg/nodebootstrap/maxpods_generate.go, based on https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt, unfortunately the source file does not have the IPs per interface, so still need to do something further to have that available.