Skip to content

Commit

Permalink
Move to v4 master nodes in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Jun 25, 2024
1 parent 7590d55 commit 68a876a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ func (c *Cluster) createCluster(ctx context.Context, vnetResourceGroup, clusterN
}

oc.Properties.WorkerProfiles[0].VMSize = api.VMSizeStandardD2sV3
oc.Properties.MasterProfile.VMSize = api.VMSizeStandardD8sV4
}

ext := api.APIs[v20230904.APIVersion].OpenShiftClusterConverter.ToExternal(&oc)
Expand Down

0 comments on commit 68a876a

Please sign in to comment.