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() {
199199 Context ("Creating a highly available cluster [REQUIRED]" , func () {
200200 It ("With 3 control-plane nodes and 2 Linux and 2 Windows worker nodes" , func () {
201201 Expect (os .Setenv ("KUBERNETES_VERSION" , "v1.33.2" )).To (Succeed ())
202+ Expect (os .Setenv ("SKIP_CLEANUP" , "true" )).To (Succeed ())
202203 clusterName = getClusterName (clusterNamePrefix , "ha" )
203204
204205 clusterctl .ApplyClusterTemplateAndWait (ctx , createApplyClusterTemplateInput (
205206 specName ,
206207 withNamespace (namespace .Name ),
207208 withClusterName (clusterName ),
208209 withFlavor ("azl3" ),
209- withControlPlaneMachineCount (1 ),
210+ withControlPlaneMachineCount (3 ),
210211 withWorkerMachineCount (2 ),
211212 withControlPlaneInterval (specName , "wait-control-plane-ha" ),
212213 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
You can’t perform that action at this time.
0 commit comments