From 70349a9683f9087d626195ea90a3f99e15333e87 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Sun, 9 Jun 2024 21:33:28 -0500 Subject: [PATCH] use default k8s version for spot e2e test It looks like there was some copy-pasta when this test was first made that locked it to the Flatcar test's k8s version which seems like a mistake. This PR removes that to fallback to the default to fix this test. --- test/e2e/azure_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/azure_test.go b/test/e2e/azure_test.go index eeee2d8e18f..50e87785436 100644 --- a/test/e2e/azure_test.go +++ b/test/e2e/azure_test.go @@ -433,7 +433,6 @@ var _ = Describe("Workload cluster creation", func() { withFlavor("spot"), withNamespace(namespace.Name), withClusterName(clusterName), - withKubernetesVersion(e2eConfig.GetVariable(FlatcarKubernetesVersion)), withControlPlaneMachineCount(1), withWorkerMachineCount(1), withControlPlaneWaiters(clusterctl.ControlPlaneWaiters{