Skip to content

Commit

Permalink
feat: add support for CPUCFSQuota
Browse files Browse the repository at this point in the history
  • Loading branch information
lucass4 committed Jan 30, 2023
1 parent 10ff6e3 commit d36a64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/v1alpha5/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit d36a64b

Please sign in to comment.