Skip to content

Commit

Permalink
ci: update kubernetes version to v1.26 for aks (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Aug 17, 2023
1 parent 59b6a5f commit b9d3a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-aks-cluster.sh
Expand Up @@ -26,7 +26,7 @@ main() {
echo "Creating an AKS cluster '${CLUSTER_NAME}'"
LOCATION="$(get_random_region)"
# get the latest patch version of 1.24
KUBERNETES_VERSION="$(az aks get-versions --location "${LOCATION}" --query 'orchestrators[*].orchestratorVersion' -otsv | grep '1.24' | tail -1)"
KUBERNETES_VERSION="1.26"
az group create --name "${CLUSTER_NAME}" --location "${LOCATION}" > /dev/null
# TODO(chewong): ability to create an arc-enabled cluster
az aks create \
Expand Down

0 comments on commit b9d3a95

Please sign in to comment.