From c6492f36bb2731271e38e767bda31edc7d94874a Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Thu, 17 Aug 2023 22:47:31 -0700 Subject: [PATCH] chore: cleanup comment in `create-aks-cluster.sh` (#1080) Signed-off-by: Anish Ramasekar --- scripts/create-aks-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-aks-cluster.sh b/scripts/create-aks-cluster.sh index d17235426..61db7746e 100755 --- a/scripts/create-aks-cluster.sh +++ b/scripts/create-aks-cluster.sh @@ -25,7 +25,7 @@ main() { if [[ "$(should_create_aks_cluster)" == "true" ]]; then echo "Creating an AKS cluster '${CLUSTER_NAME}'" LOCATION="$(get_random_region)" - # get the latest patch version of 1.24 + # pin to the minor version and aks will pick the latest patch version KUBERNETES_VERSION="1.26" az group create --name "${CLUSTER_NAME}" --location "${LOCATION}" > /dev/null # TODO(chewong): ability to create an arc-enabled cluster