You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
244
-
InitWithKubernetesVersion: "v1.30.0",
245
-
WorkloadKubernetesVersion: "v1.30.0",
246
-
MgmtFlavor: "topology",
247
-
WorkloadFlavor: "",
248
-
UseKindForManagementCluster: true,
249
-
}
250
-
})
251
-
})
252
-
253
221
// Note: This test should be changed during "prepare main branch", it should test n-2 => current.
254
222
var_=Describe("When testing clusterctl upgrades using ClusterClass (v1.7=>current) [ClusterClass]", func() {
255
223
// Get v1.7 latest stable release
@@ -282,32 +250,6 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.7=>cur
282
250
})
283
251
})
284
252
285
-
// Note: This test should be changed during "prepare main branch", it should test n-1 => current.
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
302
-
InitWithKubernetesVersion: "v1.31.0",
303
-
WorkloadKubernetesVersion: "v1.31.0",
304
-
MgmtFlavor: "topology",
305
-
WorkloadFlavor: "",
306
-
UseKindForManagementCluster: true,
307
-
}
308
-
})
309
-
})
310
-
311
253
// Note: This test should be changed during "prepare main branch", it should test n-1 => current.
312
254
var_=Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>current) [ClusterClass]", func() {
0 commit comments