-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support kubelet.cpuManagerPolicy
in NodePools
#697
Comments
@olibenni Are you blocked on this not being in the |
kubeletConfiguration.cpuManagerPolicy
in Provisioners
kubeletConfiguration.cpuManagerPolicy
in Provisionerskubelet.cpuManagerPolicy
in NodePools
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Would be good to start discussion if we can support all the values here: https://learn.microsoft.com/en-us/azure/aks/custom-node-configuration?tabs=linux-node-pools#linux-kubelet-custom-configuration one of which is cpuManagerPolicy. |
@jonathan-innis sorry for a super later reply. |
It's a good point. We combined the conversation for AWS here: aws/karpenter-provider-aws#5833. We've gotten a number of requests to add non-scheduling related fields to the Kubelet Configuration and I figure that it will be good to combine all of this conversation into one place. It's on the AWS-side because there's pretty strong sentiment that we should move the kubelet block over to the NodeClass API as part of v1 |
Started a thread here on the AKS side: Azure/karpenter-provider-azure#196 |
Tell us about your request
I would like to provision some nodes with static CPU, without having a specific node template for those nodes.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Shipping a static CPU node with my provisioner.
Are you currently working around this issue?
I have a specific node template using userData to set the cpu manager policy to static.
As supported by aws/karpenter-provider-aws#2271
Additional Context
I'd rather not maintain multiple node templates if the only difference between them is the userData.
Attachments
No response
Community Note
The text was updated successfully, but these errors were encountered: