@@ -853,17 +853,16 @@ var _ = Describe("Workload cluster creation", func() {
853
853
})
854
854
})
855
855
856
- // TODO: restore when new CAPZ reference images are published
857
- // By("creating a byo nodepool", func() {
858
- // AKSBYONodeSpec(ctx, func() AKSBYONodeSpecInput {
859
- // return AKSBYONodeSpecInput{
860
- // Cluster: result.Cluster,
861
- // KubernetesVersion: kubernetesVersion,
862
- // WaitIntervals: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
863
- // ExpectedWorkerNodes: result.ExpectedWorkerNodes(),
864
- // }
865
- // })
866
- // })
856
+ By ("creating a byo nodepool" , func () {
857
+ AKSBYONodeSpec (ctx , func () AKSBYONodeSpecInput {
858
+ return AKSBYONodeSpecInput {
859
+ Cluster : result .Cluster ,
860
+ KubernetesVersion : kubernetesVersion ,
861
+ WaitIntervals : e2eConfig .GetIntervals (specName , "wait-worker-nodes" ),
862
+ ExpectedWorkerNodes : result .ExpectedWorkerNodes (),
863
+ }
864
+ })
865
+ })
867
866
868
867
By ("modifying custom patches" , func () {
869
868
AKSPatchSpec (ctx , func () AKSPatchSpecInput {
0 commit comments