Add `kubeletExtraArgs` to ManagedNodeGroup opts
See original GitHub issueWe should add the kubeletExtraArgs parameter to the ManagedNodeGroup opts.
After looking at the code in nodegroup.ts, noticed that
NodeGroupalready supportskubeletExtraArgs?: string;. Exactly what I need for the managed node group api. Unfortunately, the managed node group api is very limited and has nokubeletExtraArgs.
_Originally posted by @davidroth in https://github.com/pulumi/pulumi-eks/issues/609#issuecomment-896070796_
Issue Analytics
- State:
- Created 2 years ago
- Reactions:23
- Comments:10 (2 by maintainers)
Top Results From Across the Web
How to pass "–kubelet-extra-args" to AWS EKS node group ...
I'm following the example for creating an EKS managed node group from https://docs.aws.amazon.
Read more >Launch template support - Amazon EKS - AWS Documentation
If you deploy a managed node group without using a custom launch template, this value is automatically set for the node group in...
Read more >eks.ManagedNodeGroup - Pulumi
Documentation for the eks.ManagedNodeGroup resource with examples, input properties, output properties, lookup functions, and supporting types.
Read more >EKS Managed Nodegroups - eksctl
An EKS managed node group is an autoscaling group and associated EC2 instances ... --kubelet-extra-args '--node-labels=eks.amazonaws.com/nodegroup=custom-ng ...
Read more >Hello, Great info! :) I think you may be able to configure this ...
I think you may be able to configure this using a managed node group with a launch template. You can configure some kubelet...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This should have some traction as lot of reactions on this and is a much awaited issue which is stalling lot of configuration related to kubelet .Specially something like
--max-pods =110which can easily overcome the issue of tiny pod allocation size per nodes .Please do let us know since this is very important to be able to control the kubelets for increasing the pod density across managed node group and we are stuck with Pulumi in spite terraform module already has the solution for this .
@lblackstone PR #809 submitted.