Skip to content

Commit f69e1fe

Browse files
committed
Remove GAed feature gates TopologyManager
Signed-off-by: guangli.bao <[email protected]>
1 parent afc302c commit f69e1fe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pkg/features/kube_features.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -787,14 +787,6 @@ const (
787787
// Enables topology aware hints for EndpointSlices
788788
TopologyAwareHints featuregate.Feature = "TopologyAwareHints"
789789

790-
// owner: @lmdaly, @swatisehgal (for GA graduation)
791-
// alpha: v1.16
792-
// beta: v1.18
793-
// GA: v1.27
794-
//
795-
// Enable resource managers to make NUMA aligned decisions
796-
TopologyManager featuregate.Feature = "TopologyManager"
797-
798790
// owner: @PiotrProkop
799791
// kep: https://kep.k8s.io/3545
800792
// alpha: v1.26
@@ -1101,8 +1093,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
11011093

11021094
TopologyAwareHints: {Default: true, PreRelease: featuregate.Beta},
11031095

1104-
TopologyManager: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.27; remove in 1.29
1105-
11061096
TopologyManagerPolicyAlphaOptions: {Default: false, PreRelease: featuregate.Alpha},
11071097

11081098
TopologyManagerPolicyBetaOptions: {Default: true, PreRelease: featuregate.Beta},

0 commit comments

Comments
 (0)