kubernetes/pkg/kubelet/apis/config/v1beta1
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
..
defaults_linux.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
defaults_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
defaults_test.go change CPUCFSQuotaPeriod default value to 100us to match Linux default 2022-08-10 03:25:05 +02:00
defaults.go change CPUCFSQuotaPeriod default value to 100us to match Linux default 2022-08-10 03:25:05 +02:00
doc.go Change defaulter-gen input to package path 2021-08-14 11:00:18 -04:00
register.go Standardize componentconfig code/comment patterns 2018-09-06 13:42:02 +03:00
zz_generated.conversion.go Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
zz_generated.deepcopy.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
zz_generated.defaults.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00