Skip to content

Commit 85b421e

Browse files
author
naman-msft
committed
updated doc
1 parent 8688975 commit 85b421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/KaitoStack/kaito-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export AKS_CLUSTER_NAME="myAKSCluster$RANDOM_SUFFIX"
8585
export GPU_VM_SIZE="Standard_NC6"
8686
export NODE_COUNT=1
8787

88-
az aks create -g $RESOURCE_GROUP -n $AKS_CLUSTER_NAME --node-vm-size $GPU_VM_SIZE --node-count $NODE_COUNT
88+
az aks create -g $RESOURCE_GROUP -n $AKS_CLUSTER_NAME --node-vm-size $GPU_VM_SIZE --node-count $NODE_COUNT --generate-ssh-keys
8989
```
9090

9191
Results:

0 commit comments

Comments
 (0)