From 5dd8b372e8c0e39a1703312d96b48e98ac69effc Mon Sep 17 00:00:00 2001 From: Carlos Salas Date: Fri, 25 Oct 2024 09:12:14 +0200 Subject: [PATCH] add missing variable to aks cluster class guide Signed-off-by: Carlos Salas --- docs/getting-started/cluster-class/provision.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/cluster-class/provision.md b/docs/getting-started/cluster-class/provision.md index e23dfeb9..89b74218 100644 --- a/docs/getting-started/cluster-class/provision.md +++ b/docs/getting-started/cluster-class/provision.md @@ -54,6 +54,7 @@ This guide uses the [examples repository](https://github.com/rancher-sandbox/ran export CLUSTER_CLASS_NAME="azure-sample" export CLUSTER_NAME="azure-aks-cluster" export AZURE_LOCATION="northeurope" + export AZURE_NODE_MACHINE_TYPE="Standard_D2s_v3" export AZURE_SUBSCRIPTION_ID= # you can use: az account show --query 'id' --output tsv export KUBERNETES_VERSION="v1.30.4" export AZURE_CLIENT_ID=