From d36a64b81210004d5e3ea010f91088216d5fd5a4 Mon Sep 17 00:00:00 2001 From: Lucas Sant' Anna <76971778+lucass4@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:25:45 -0500 Subject: [PATCH] feat: add support for CPUCFSQuota --- pkg/apis/v1alpha5/machine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/v1alpha5/machine.go b/pkg/apis/v1alpha5/machine.go index 7cf6035e83..7906a83de5 100644 --- a/pkg/apis/v1alpha5/machine.go +++ b/pkg/apis/v1alpha5/machine.go @@ -101,7 +101,7 @@ type KubeletConfiguration struct { // +kubebuilder:validation:Maximum:=100 // +optional ImageGCLowThresholdPercent *int32 `json:"imageGCLowThresholdPercent,omitempty"` - // CpuCFSQuota enables CPU CFS quota enforcement for containers that specify CPU limits. Default: true + // CPUCFSQuota enables CPU CFS quota enforcement for containers that specify CPU limits. // +optional CPUCFSQuota bool `json:"cpuCFSQuota,omitempty"` }