question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add `kubeletExtraArgs` to ManagedNodeGroup opts

See original GitHub issue

We should add the kubeletExtraArgs parameter to the ManagedNodeGroup opts.


After looking at the code in nodegroup.ts, noticed that NodeGroup already supports kubeletExtraArgs?: string;. Exactly what I need for the managed node group api. Unfortunately, the managed node group api is very limited and has no kubeletExtraArgs.

_Originally posted by @davidroth in https://github.com/pulumi/pulumi-eks/issues/609#issuecomment-896070796_

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:23
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
defyjoycommented, Nov 29, 2022

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 =110 which 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 .

1reaction
munjalpatelcommented, Nov 9, 2022

@lblackstone PR #809 submitted.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found