File tree Expand file tree Collapse file tree
samples/features/sql-big-data-cluster/deployment/aks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def executeCmd (cmd):
3131#
3232AZURE_REGION = input ("Provide Azure region - Press ENTER for using `westus`:" ) or "westus"
3333VM_SIZE = input ("Provide VM size for the AKS cluster - Press ENTER for using `Standard_E4s_v3`:" ) or "Standard_E4s_v3"
34- AKS_NODE_COUNT = input ("Provide number of worker nodes for AKS cluster - Press ENTER for using `2 `:" ) or "2 "
34+ AKS_NODE_COUNT = input ("Provide number of worker nodes for AKS cluster - Press ENTER for using `3 `:" ) or "3 "
3535#This is both Kubernetes cluster name and SQL Big Data cluster name
3636CLUSTER_NAME = input ("Provide name of AKS cluster and SQL big data cluster - Press ENTER for using `sqlbigdata`:" ) or "sqlbigdata"
3737#This password will be use for Controller user, Knox user and SQL Server Master SA accounts
You can’t perform that action at this time.
0 commit comments