Skip to content

Commit

Permalink
Update provision_aks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andresravinet authored Nov 9, 2020
1 parent 8acb6bf commit 5f2ee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-team/provision_aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fi
echo "Creating AKS Cluster..."
(
set -x
az aks create -g $resourceGroupName -n $clusterName -l $resourceGroupLocation --node-count 3 --generate-ssh-keys -k 1.15.10 --service-principal $SP_ID --client-secret $SP_PASS
az aks create -g $resourceGroupName -n $clusterName -l $resourceGroupLocation --node-count 3 --generate-ssh-keys -k 1.17.11 --service-principal $SP_ID --client-secret $SP_PASS
)

if [ $? == 0 ];
Expand Down

0 comments on commit 5f2ee84

Please sign in to comment.