File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,15 @@ var _ = Describe("Workload cluster creation", func() {
199
199
Context ("Creating a highly available cluster [REQUIRED]" , func () {
200
200
It ("With 3 control-plane nodes and 2 Linux and 2 Windows worker nodes" , func () {
201
201
Expect (os .Setenv ("KUBERNETES_VERSION" , "v1.33.2" )).To (Succeed ())
202
+ Expect (os .Setenv ("SKIP_CLEANUP" , "true" )).To (Succeed ())
202
203
clusterName = getClusterName (clusterNamePrefix , "ha" )
203
204
204
205
clusterctl .ApplyClusterTemplateAndWait (ctx , createApplyClusterTemplateInput (
205
206
specName ,
206
207
withNamespace (namespace .Name ),
207
208
withClusterName (clusterName ),
208
209
withFlavor ("azl3" ),
209
- withControlPlaneMachineCount (1 ),
210
+ withControlPlaneMachineCount (3 ),
210
211
withWorkerMachineCount (2 ),
211
212
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
212
213
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
You can’t perform that action at this time.
0 commit comments