@@ -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 {
@@ -620,8 +620,8 @@ var _ = Describe("Workload cluster creation", func() {
620
620
ClusterName : clusterName ,
621
621
}
622
622
})
623
- InstallGPUOperator (ctx , func () GPUOperatorSpecInput {
624
- return GPUOperatorSpecInput {
623
+ EnsureGPUOperator (ctx , func () EnsureGPUOperatorInput {
624
+ return EnsureGPUOperatorInput {
625
625
BootstrapClusterProxy : bootstrapClusterProxy ,
626
626
Namespace : namespace ,
627
627
ClusterName : clusterName ,
@@ -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" ),
@@ -1010,7 +1010,7 @@ var _ = Describe("Workload cluster creation", func() {
1010
1010
withWorkerMachineCount (1 ),
1011
1011
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
1012
1012
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1013
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1013
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1014
1014
}),
1015
1015
withPostMachinesProvisioned (func () {
1016
1016
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1084,7 +1084,7 @@ var _ = Describe("Workload cluster creation", func() {
1084
1084
withControlPlaneMachineCount (1 ),
1085
1085
withWorkerMachineCount (1 ),
1086
1086
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1087
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1087
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1088
1088
}),
1089
1089
withPostMachinesProvisioned (func () {
1090
1090
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1182,7 +1182,7 @@ var _ = Describe("Workload cluster creation", func() {
1182
1182
withControlPlaneMachineCount (1 ),
1183
1183
withWorkerMachineCount (1 ),
1184
1184
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1185
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1185
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1186
1186
}),
1187
1187
withPostMachinesProvisioned (func () {
1188
1188
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1225,7 +1225,7 @@ var _ = Describe("Workload cluster creation", func() {
1225
1225
withWorkerMachineCount (2 ),
1226
1226
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
1227
1227
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1228
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1228
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1229
1229
}),
1230
1230
withPostMachinesProvisioned (func () {
1231
1231
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1276,7 +1276,7 @@ var _ = Describe("Workload cluster creation", func() {
1276
1276
withWorkerMachineCount (2 ),
1277
1277
withControlPlaneInterval (specName , "wait-control-plane-ha" ),
1278
1278
withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1279
- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1279
+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
1280
1280
}),
1281
1281
withPostMachinesProvisioned (func () {
1282
1282
EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
0 commit comments