Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrebel authored Sep 18, 2018
1 parent 85c6779 commit 3994299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/create-aks-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@

```bash
export CLIENTSECRET=<clientSecret>
```
> The below command can take 10-20 minutes to run as it is creating the AKS cluster. Please be PATIENT and grab a coffee...

```bash
az aks create -n $CLUSTERNAME -g $RGNAME -k 1.10.3 \
--service-principal <appId> \
--client-secret <password> \
--service-principal $APPID \
--client-secret $CLIENTSECRET \
--generate-ssh-keys -l $LOCATION \
--node-count 3 \
--enable-addons http_application_routing,monitoring
Expand Down

0 comments on commit 3994299

Please sign in to comment.