Skip to content
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

Node system configuration #962

Closed
alessio4tech opened this issue Jul 26, 2021 · 4 comments
Closed

Node system configuration #962

alessio4tech opened this issue Jul 26, 2021 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers P3 medium priority issues triaged Scoped and ready for work

Comments

@alessio4tech
Copy link

Hi,

are there any plans to support node system configuration: https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#create-node-pool ?

@bharathkkb
Copy link
Member

Hi @ alessio4tech

We support cpu_manager_policy and linux node config sysctl in our beta modules. Feel free to reopen if are missing support for any attributes.

@alessio4tech
Copy link
Author

Hi @bharathkkb,

this is great, but I am looking for some advanced properties:

cpuCFSQuota Value must be true or false true This setting enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored.Ignoring CPU limits might be desirable in certain scenarios where Pods are sensitive to CPU limits. The risk of disabling cpuCFSQuota is that a rogue Pod can consume more CPU resources than intended.
cpuCFSQuotaPeriod Value must be a duration of time "100ms" This setting sets the CPU CFS quota period value, cpu.cfs_period_us, which specifies the period of how often a cgroup's access to CPU resources should be reallocated. This option lets you tune the CPU throttling behavior.

Is there a way to set these? If not, is it possible to add them in the future ?

@bharathkkb bharathkkb reopened this Jul 27, 2021
@bharathkkb
Copy link
Member

@alessio4tech happy to review a PR for adding these

@bharathkkb bharathkkb added enhancement New feature or request good first issue Good for newcomers P3 medium priority issues triaged Scoped and ready for work labels Jul 27, 2021
@stanley98yu
Copy link
Contributor

Added in #1032

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers P3 medium priority issues triaged Scoped and ready for work
Projects
None yet
Development

No branches or pull requests

3 participants