@@ -161,7 +161,7 @@ var _ = Describe("Workload cluster creation", func() {
161
161
withControlPlaneMachineCount (1 ),
162
162
withWorkerMachineCount (1 ),
163
163
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
164
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
164
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
165
165
}),
166
166
withPostMachinesProvisioned (func () {
167
167
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -211,7 +211,7 @@ var _ = Describe("Workload cluster creation", func() {
211
211
withWorkerMachineCount (2 ),
212
212
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
213
213
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
214
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
214
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
215
215
}),
216
216
withPostMachinesProvisioned (func () {
217
217
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -309,7 +309,7 @@ var _ = Describe("Workload cluster creation", func() {
309
309
withWorkerMachineCount (2 ),
310
310
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
311
311
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
312
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
312
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
313
313
}),
314
314
withPostMachinesProvisioned (func () {
315
315
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -368,7 +368,7 @@ var _ = Describe("Workload cluster creation", func() {
368
368
withControlPlaneMachineCount (1 ),
369
369
withWorkerMachineCount (1 ),
370
370
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
371
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
371
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
372
372
}),
373
373
withPostMachinesProvisioned (func () {
374
374
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -406,7 +406,7 @@ var _ = Describe("Workload cluster creation", func() {
406
406
withControlPlaneMachineCount (1 ),
407
407
withWorkerMachineCount (1 ),
408
408
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
409
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
409
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
410
410
}),
411
411
withPostMachinesProvisioned (func () {
412
412
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -443,7 +443,7 @@ var _ = Describe("Workload cluster creation", func() {
443
443
withControlPlaneMachineCount (1 ),
444
444
withWorkerMachineCount (1 ),
445
445
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
446
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
446
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
447
447
}),
448
448
withPostMachinesProvisioned (func () {
449
449
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -481,7 +481,7 @@ var _ = Describe("Workload cluster creation", func() {
481
481
withWorkerMachineCount (1 ),
482
482
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
483
483
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
484
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
484
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
485
485
}),
486
486
withPostMachinesProvisioned (func () {
487
487
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -541,7 +541,7 @@ var _ = Describe("Workload cluster creation", func() {
541
541
withControlPlaneInterval (specName , "wait-control-plane" ),
542
542
withMachinePoolInterval (specName , "wait-machine-pool-nodes" ),
543
543
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
544
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
544
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
545
545
}),
546
546
withPostMachinesProvisioned (func () {
547
547
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -610,7 +610,7 @@ var _ = Describe("Workload cluster creation", func() {
610
610
withWorkerMachineCount (1 ),
611
611
withMachineDeploymentInterval (specName , "wait-gpu-nodes" ),
612
612
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
613
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
613
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
614
614
}),
615
615
withPostMachinesProvisioned (func () {
616
616
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -668,7 +668,7 @@ var _ = Describe("Workload cluster creation", func() {
668
668
withWorkerMachineCount (1 ),
669
669
withMachineDeploymentInterval (specName , "" ),
670
670
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
671
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
671
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
672
672
}),
673
673
withMachinePoolInterval (specName , "wait-machine-pool-nodes" ),
674
674
withControlPlaneInterval (specName , "wait-control-plane" ),
@@ -1008,7 +1008,7 @@ var _ = Describe("Workload cluster creation", func() {
1008
1008
withWorkerMachineCount (1 ),
1009
1009
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
1010
1010
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1011
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1011
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1012
1012
}),
1013
1013
withPostMachinesProvisioned (func () {
1014
1014
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1082,7 +1082,7 @@ var _ = Describe("Workload cluster creation", func() {
1082
1082
withControlPlaneMachineCount (1 ),
1083
1083
withWorkerMachineCount (1 ),
1084
1084
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1085
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1085
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1086
1086
}),
1087
1087
withPostMachinesProvisioned (func () {
1088
1088
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1180,7 +1180,7 @@ var _ = Describe("Workload cluster creation", func() {
1180
1180
withControlPlaneMachineCount (1 ),
1181
1181
withWorkerMachineCount (1 ),
1182
1182
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1183
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1183
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1184
1184
}),
1185
1185
withPostMachinesProvisioned (func () {
1186
1186
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1223,7 +1223,7 @@ var _ = Describe("Workload cluster creation", func() {
1223
1223
withWorkerMachineCount (2 ),
1224
1224
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
1225
1225
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1226
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1226
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1227
1227
}),
1228
1228
withPostMachinesProvisioned (func () {
1229
1229
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1274,7 +1274,7 @@ var _ = Describe("Workload cluster creation", func() {
1274
1274
withWorkerMachineCount (2 ),
1275
1275
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
1276
1276
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1277
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1277
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1278
1278
}),
1279
1279
withPostMachinesProvisioned (func () {
1280
1280
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
0 commit comments