kubernetes/pkg/kubelet/apis/config
Dmitry Verkhoturov f2d591fae6 change CPUCFSQuotaPeriod default value to 100us to match Linux default
cpu.cfs_period_us is 100μs by default despite having an "ms" unit
for some unfortunate reason. Documentation:
https://www.kernel.org/doc/html/latest/scheduler/sched-bwc.html#management

The desired effect of that change is to match
k8s default `CPUCFSQuotaPeriod` value (100ms before that change)
with one used in k8s without the `CustomCPUCFSQuotaPeriod` flag enabled
and Linux CFS (100us, 1000x smaller than 100ms).
2022-08-10 03:25:05 +02:00
..
fuzzer Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
scheme change CPUCFSQuotaPeriod default value to 100us to match Linux default 2022-08-10 03:25:05 +02:00
v1alpha1 generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
v1beta1 change CPUCFSQuotaPeriod default value to 100us to match Linux default 2022-08-10 03:25:05 +02:00
validation change CPUCFSQuotaPeriod default value to 100us to match Linux default 2022-08-10 03:25:05 +02:00
doc.go Standardize componentconfig code/comment patterns 2018-09-06 13:42:02 +03:00
helpers_test.go Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
helpers.go moving volume plugin dir to kubelet config - part 1 2020-03-10 16:22:29 -04:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register_test.go kubelet tracing 2022-08-01 12:55:02 -04:00
register.go kubelet: add CredentialProviderConfig API 2020-11-10 13:44:06 -05:00
types.go change CPUCFSQuotaPeriod default value to 100us to match Linux default 2022-08-10 03:25:05 +02:00
zz_generated.deepcopy.go kubelet tracing: generated files 2022-08-01 12:55:14 -04:00