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
Copy file name to clipboardExpand all lines: test/e2e/config/operator.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,12 @@ variables:
47
47
#
48
48
# Azure Kubeadm tests need specific k8s version.
49
49
# This is due to the limited availability of published AMIs.
50
-
# For example: https://portal.azure.com/#@suseazuredev.onmicrosoft.com/resource/providers/Microsoft.Compute/locations/FranceCentral/CommunityGalleries/ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019/Images/capi-ubun2-2204/overview
51
-
AZURE_KUBERNETES_VERSION: "v1.32.0"
50
+
# For example: https://portal.azure.com/#view/Microsoft_Azure_ComputeHub/ComputeHubMenuBlade/~/communityImagesBrowse
51
+
# Filter `capi-ubun2-2404` images. Beware: not all versions are published on all regions.
52
+
AZURE_KUBERNETES_VERSION: "v1.34.1"
53
+
AZURE_RKE2_VERSION: "v1.34.1+rke2r1"
54
+
# For AKS available versions, run: az aks get-versions --location westeurope
0 commit comments