From 8b7658d7e45fd99af68efe16f069735f63df17f5 Mon Sep 17 00:00:00 2001 From: Mihaela Blendea Date: Mon, 5 Nov 2018 09:18:27 -0800 Subject: [PATCH] Update deploy-sql-big-data-aks.py --- .../deployment/aks/deploy-sql-big-data-aks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py b/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py index 2d7a729f..99c9c858 100644 --- a/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py +++ b/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py @@ -31,7 +31,7 @@ DOCKER_PASSWORD = input("Provide your Docker password:") # AZURE_REGION=input("Provide Azure region - Press ENTER for using `westus`:") or "westus" VM_SIZE=input("Provide VM size for the AKS cluster - Press ENTER for using `Standard_E4s_v3`:") or "Standard_E4s_v3" -AKS_NODE_COUNT=input("Provide number of worker nodes for AKS cluster - Press ENTER for using `2`:") or "2" +AKS_NODE_COUNT=input("Provide number of worker nodes for AKS cluster - Press ENTER for using `3`:") or "3" #This is both Kubernetes cluster name and SQL Big Data cluster name CLUSTER_NAME=input("Provide name of AKS cluster and SQL big data cluster - Press ENTER for using `sqlbigdata`:") or "sqlbigdata" #This password will be use for Controller user, Knox user and SQL Server Master SA accounts