Skip to content

Commit

Permalink
deps: bump AKS K8s version to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Mar 6, 2024
1 parent e561d2a commit 121068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-coco-aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ az group create \
az aks create \
--resource-group "${name}" \
--name "${name}" \
--kubernetes-version "${k8sVersion:-1.27}" \
--kubernetes-version "${k8sVersion:-1.29}" \
--os-sku AzureLinux \
--node-vm-size Standard_DC4as_cc_v5 \
--node-count 1 \
Expand Down

0 comments on commit 121068d

Please sign in to comment.