Skip to content

Commit 2459d5b

Browse files
carloryk8s-publishing-bot
authored andcommitted
Remove general available feature-gate CPUManager
Signed-off-by: carlory <[email protected]> Kubernetes-commit: 0882efaf8e6b6a7dcef325e28b19bbea3ad6e646
1 parent 6abc4fc commit 2459d5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/v1beta1/types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ type KubeletConfiguration struct {
391391
// +optional
392392
CgroupDriver string `json:"cgroupDriver,omitempty"`
393393
// cpuManagerPolicy is the name of the policy to use.
394-
// Requires the CPUManager feature gate to be enabled.
395394
// Default: "None"
396395
// +optional
397396
CPUManagerPolicy string `json:"cpuManagerPolicy,omitempty"`
@@ -410,7 +409,6 @@ type KubeletConfiguration struct {
410409
// +optional
411410
CPUManagerPolicyOptions map[string]string `json:"cpuManagerPolicyOptions,omitempty"`
412411
// cpuManagerReconcilePeriod is the reconciliation period for the CPU Manager.
413-
// Requires the CPUManager feature gate to be enabled.
414412
// Default: "10s"
415413
// +optional
416414
CPUManagerReconcilePeriod metav1.Duration `json:"cpuManagerReconcilePeriod,omitempty"`

0 commit comments

Comments
 (0)