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.
1 parent 976f893 commit 39b0748Copy full SHA for 39b0748
scripts/aks-as-mgmt.sh
@@ -35,6 +35,7 @@ export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.30.2}"
35
export AZURE_LOCATION="${AZURE_LOCATION:-westus2}"
36
export AKS_NODE_VM_SIZE="${AKS_NODE_VM_SIZE:-"Standard_B2s"}"
37
export AKS_NODE_COUNT="${AKS_NODE_COUNT:-1}"
38
+export AZURE_NODE_MACHINE_TYPE="${AZURE_NODE_MACHINE_TYPE:-"Standard_B2s"}"
39
export MGMT_CLUSTER_KUBECONFIG="${MGMT_CLUSTER_KUBECONFIG:-$REPO_ROOT/aks-mgmt.config}"
40
export AZURE_IDENTITY_ID_FILEPATH="${AZURE_IDENTITY_ID_FILEPATH:-$REPO_ROOT/azure_identity_id}"
41
export AZWI_STORAGE_ACCOUNT="capzcioidcissuer${RANDOM_SUFFIX}"
0 commit comments