Skip to content

Conversation

@andyzhangx
Copy link
Collaborator

@andyzhangx andyzhangx commented Dec 22, 2025

Reason for Change:

test: fix AKS version in e2e test, --kubernetes-version 1.31.10 is not supported any more

Run if [ "gpuprovisioner" == "gpuprovisioner" ]; then
az aks create  --name kaitori20388204063rn10ra1 --resource-group kaitori20388204063rn10ra1 \
--location swedencentral --attach-acr kaitori20388204063rn10ra1 \
--kubernetes-version 1.31.10 --generate-ssh-keys  \
--enable-managed-identity --enable-workload-identity --enable-oidc-issuer --node-vm-size Standard_D2d_v4 -o none
ERROR: (K8sVersionNotSupported) Managed cluster kaitori20388204063rn10ra1 is on version 1.31.10, which is only available for Long-Term Support (LTS). If you intend to onboard to LTS, please ensure the cluster is in Premium tier and LTS support plan (see https://aka.ms/aks/enable-lts). Otherwise, use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list
Code: K8sVersionNotSupported
Message: Managed cluster kaitori20388204063rn10ra1 is on version 1.31.10, which is only available for Long-Term Support (LTS). If you intend to onboard to LTS, please ensure the cluster is in Premium tier and LTS support plan (see https://aka.ms/aks/enable-lts). Otherwise, use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list

Requirements

  • added unit tests and e2e tests (if applicable).

Issue Fixed:

Notes for Reviewers:

@kaito-pr-agent
Copy link

Title

Update AKS Kubernetes version in e2e tests to 1.33.5


Description

  • Updates Kubernetes version for AKS in e2e tests

  • Fixes cluster creation errors due to deprecated version


Changes walkthrough 📝

Relevant files
Configuration changes
Makefile
Update default AKS Kubernetes version                                       

Makefile

  • Changed AKS_K8S_VERSION from 1.31.10 to 1.33.5
+1/-1     

Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @kaito-pr-agent
    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    @Fei-Guo Fei-Guo merged commit 3167397 into kaito-project:main Dec 22, 2025
    19 of 20 checks passed
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    Status: Done

    Development

    Successfully merging this pull request may close these issues.

    2 participants