diff --git a/pkg/asset/machines/powervs/machines.go b/pkg/asset/machines/powervs/machines.go index b16c76dbf07..02fc63c1dd1 100644 --- a/pkg/asset/machines/powervs/machines.go +++ b/pkg/asset/machines/powervs/machines.go @@ -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,