We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71e581a + 7306fe4 commit 23d5dbbCopy full SHA for 23d5dbb
scripts/aks-as-mgmt.sh
@@ -26,7 +26,7 @@ source "${REPO_ROOT}/hack/ensure-tags.sh" # set the right timestamp and job name
26
export MGMT_CLUSTER_NAME="${MGMT_CLUSTER_NAME:-aks-mgmt-$(date +%s)}" # management cluster name
27
export AKS_RESOURCE_GROUP="${AKS_RESOURCE_GROUP:-"${MGMT_CLUSTER_NAME}"}" # resource group name
28
export AKS_NODE_RESOURCE_GROUP="${AKS_RESOURCE_GROUP}-nodes"
29
-export AKS_MGMT_KUBERNETES_VERSION="${AKS_MGMT_KUBERNETES_VERSION:-v1.30.2}"
+export AKS_MGMT_KUBERNETES_VERSION="${AKS_MGMT_KUBERNETES_VERSION:-v1.33.2}"
30
export AZURE_LOCATION="${AZURE_LOCATION:-westus2}"
31
export AKS_NODE_VM_SIZE="${AKS_NODE_VM_SIZE:-"Standard_B2s"}"
32
export AKS_NODE_COUNT="${AKS_NODE_COUNT:-2}"
0 commit comments