We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105d848 commit e162530Copy full SHA for e162530
pkg/asset/manifests/topologies.go
@@ -33,9 +33,6 @@ func determineTopologies(installConfig *types.InstallConfig) (controlPlaneTopolo
33
}
34
35
func determineCPUPartitioning(installConfig *types.InstallConfig) configv1.CPUPartitioningMode {
36
- if installConfig.FeatureSet != configv1.TechPreviewNoUpgrade {
37
- return configv1.CPUPartitioningNone
38
- }
39
switch installConfig.CPUPartitioning {
40
case types.CPUPartitioningAllNodes:
41
return configv1.CPUPartitioningAllNodes
0 commit comments