From 83d80397b1aa763a0ef6ea70a6e9d08d27f935fa Mon Sep 17 00:00:00 2001 From: Karthik Bhat Date: Tue, 16 Jul 2024 12:26:54 +0530 Subject: [PATCH] Make CPMS active by default for Power VS platform --- pkg/asset/machines/powervs/machines.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,