Skip to content

Commit f7dc90d

Browse files
Merge pull request #8738 from Karthik-K-N/cpmso-active
MULTIARCH-4813: Make CPMS active by default for Power VS platform
2 parents 0791483 + 83d8039 commit f7dc90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/machines/powervs/machines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func Machines(clusterID string, config *types.InstallConfig, pool *types.Machine
8080
},
8181
Spec: machinev1.ControlPlaneMachineSetSpec{
8282
Replicas: &replicas,
83-
State: machinev1.ControlPlaneMachineSetStateInactive,
83+
State: machinev1.ControlPlaneMachineSetStateActive,
8484
Selector: metav1.LabelSelector{
8585
MatchLabels: map[string]string{
8686
"machine.openshift.io/cluster-api-machine-role": role,

0 commit comments

Comments
 (0)