We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adds cpuCFSQuota support into kubeletConfiguration
apiVersion: karpenter.sh/v1alpha5 kind: Provisioner metadata: name: default spec: ... kubeletConfiguration: cpuCFSQuota: true | false
I want to be able to disable CPU CFS quota enforcement for containers that specify CPU limits.
Currently, I'm solving it with the user data script. Ref: https://aws.amazon.com/premiumsupport/knowledge-center/eks-worker-nodes-image-cache/ But I dislike having to maintain that file. It has caused problems.
If this one is approved, I would like to work on it.
No response
The text was updated successfully, but these errors were encountered:
@jonathan-innis I would like to work on this one.
Sorry, something went wrong.
@lucass4 Can you provide your use-case for wanting to add this to the .spec.kubeletConfiguration?
.spec.kubeletConfiguration
Closing since #187 was merged
No branches or pull requests
Tell us about your request
Adds cpuCFSQuota support into kubeletConfiguration
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
I want to be able to disable CPU CFS quota enforcement for containers that specify CPU limits.
Are you currently working around this issue?
Currently, I'm solving it with the user data script.
Ref: https://aws.amazon.com/premiumsupport/knowledge-center/eks-worker-nodes-image-cache/ But I dislike having to maintain that file. It has caused problems.
Additional Context
If this one is approved, I would like to work on it.
Attachments
No response
Community Note
The text was updated successfully, but these errors were encountered: