Skip to content

Commit

Permalink
chore: cleanup comment in create-aks-cluster.sh (#1080)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Aug 18, 2023
1 parent fc2175e commit c6492f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-aks-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6492f3

Please sign in to comment.