Skip to content

Commit e162530

Browse files
committed
fix: remove feature flag for cpu partitioning no longer needed
Signed-off-by: ehila <[email protected]>
1 parent 105d848 commit e162530

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/asset/manifests/topologies.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ func determineTopologies(installConfig *types.InstallConfig) (controlPlaneTopolo
3333
}
3434

3535
func determineCPUPartitioning(installConfig *types.InstallConfig) configv1.CPUPartitioningMode {
36-
if installConfig.FeatureSet != configv1.TechPreviewNoUpgrade {
37-
return configv1.CPUPartitioningNone
38-
}
3936
switch installConfig.CPUPartitioning {
4037
case types.CPUPartitioningAllNodes:
4138
return configv1.CPUPartitioningAllNodes

0 commit comments

Comments
 (0)