File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,6 @@ type KubeletConfiguration struct {
391
391
// +optional
392
392
CgroupDriver string `json:"cgroupDriver,omitempty"`
393
393
// cpuManagerPolicy is the name of the policy to use.
394
- // Requires the CPUManager feature gate to be enabled.
395
394
// Default: "None"
396
395
// +optional
397
396
CPUManagerPolicy string `json:"cpuManagerPolicy,omitempty"`
@@ -410,7 +409,6 @@ type KubeletConfiguration struct {
410
409
// +optional
411
410
CPUManagerPolicyOptions map [string ]string `json:"cpuManagerPolicyOptions,omitempty"`
412
411
// cpuManagerReconcilePeriod is the reconciliation period for the CPU Manager.
413
- // Requires the CPUManager feature gate to be enabled.
414
412
// Default: "10s"
415
413
// +optional
416
414
CPUManagerReconcilePeriod metav1.Duration `json:"cpuManagerReconcilePeriod,omitempty"`
You can’t perform that action at this time.
0 commit comments