Skip to content

Commit 2bff4dc

Browse files
Update storage size for AKS to 10Gb per PVC
1 parent ee8a1fd commit 2bff4dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def executeCmd (cmd):
5959
os.environ['DOCKER_PRIVATE_REGISTRY']="1"
6060
os.environ['CLUSTER_PLATFORM']="aks"
6161
os.environ['ACCEPT_EULA']="yes"
62+
os.environ['STORAGE_SIZE']="10Gi"
6263

6364
print ("Set azure context to subcription: "+SUBSCRIPTION_ID)
6465
command = "az account set -s "+ SUBSCRIPTION_ID

0 commit comments

Comments
 (0)