-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Is your feature request related to a problem? Please describe.
There is interest in the Kubernetes community supporting a tunable CPU CFS quota period in order to reduce latency for workloads with quota enforced. The initial proposal is to offer a tuning option in the kubelet to allow operators to configure the period, but its possible that future iterations will result in users wanting to tune this on a per-pod basis.
For details see:
kubernetes/kubernetes#63437 (comment)
Describe the solution you'd like
Understand if systemd will expose an option to configure the CPU period on a per control group basis.
Describe alternatives you've considered
Not using the systemd cgroup driver, or setting the cpu.cfs_quota directly, but that appears it will potentially conflict with systemd itself.