Skip to content

Commit

Permalink
Merge pull request #8738 from Karthik-K-N/cpmso-active
Browse files Browse the repository at this point in the history
MULTIARCH-4813: Make CPMS active by default for Power VS platform
  • Loading branch information
openshift-merge-bot[bot] authored Sep 23, 2024
2 parents 0791483 + 83d8039 commit f7dc90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asset/machines/powervs/machines.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func Machines(clusterID string, config *types.InstallConfig, pool *types.Machine
},
Spec: machinev1.ControlPlaneMachineSetSpec{
Replicas: &replicas,
State: machinev1.ControlPlaneMachineSetStateInactive,
State: machinev1.ControlPlaneMachineSetStateActive,
Selector: metav1.LabelSelector{
MatchLabels: map[string]string{
"machine.openshift.io/cluster-api-machine-role": role,
Expand Down

0 comments on commit f7dc90d

Please sign in to comment.