Skip to content

Commit

Permalink
AKS: kubernetes version 1.30
Browse files Browse the repository at this point in the history
Seems to work without issues. Tested with the emojivoto project.
  • Loading branch information
blenessy authored and Freax13 committed Sep 27, 2024
1 parent 28e2d73 commit 4a05a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ azClusterName="ContrastDemo"
az aks create \
--resource-group "${azResourceGroup:?}" \
--name "${azClusterName:?}" \
--kubernetes-version 1.29 \
--kubernetes-version 1.30 \
--os-sku AzureLinux \
--node-vm-size Standard_DC4as_cc_v5 \
--workload-runtime KataCcIsolation \
Expand Down
2 changes: 1 addition & 1 deletion packages/create-coco-aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -euo pipefail

name=""
location="GermanyWestCentral"
k8sVersion="1.29"
k8sVersion="1.30"

for i in "$@"; do
case $i in
Expand Down

0 comments on commit 4a05a43

Please sign in to comment.