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
# Use v1.34.3 for now as it is the latest Azure community image available
67
+
AZURE_KUBERNETES_VERSION: "v1.34.3"
68
+
# Use v1.34.3 for RKE2 clusters to align with Kubeadm
69
+
AZURE_RKE2_KUBERNETES_VERSION: "v1.34.3+rke2r1"
63
70
# For AKS available versions, run: az aks get-versions --location westeurope
64
71
AZURE_AKS_KUBERNETES_VERSION: "v1.34.2"
65
72
@@ -71,21 +78,23 @@ variables:
71
78
# EKS also needs versioned images, that may not be available for recent versions of k8s.
72
79
# To verify availability, you can run: aws ssm get-parameter --name /aws/service/eks/optimized-ami/1.34/amazon-linux-2023/x86_64/standard/recommended/image_id
73
80
# Recent versions will return a 'ParameterNotFound' error, preventing EKS from deploying.
# NOTE: EKS does not support versions >v1.32 because there's a bug when using Amazon Linux 2023, see https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/5700
0 commit comments