Skip to content

Commit

Permalink
Update source/cloud/azure/aks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Tomlinson <[email protected]>
  • Loading branch information
melodywang060 and jacobtomlinson authored Oct 9, 2024
1 parent 9b7088a commit f1a8682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cloud/azure/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ az login
Now we can launch a GPU enabled AKS cluster. First launch an AKS cluster.

```bash
az aks create -g <resource group> -n rapids \
az aks create -g <resource group> -n rapids \
--enable-managed-identity \
--node-count 1 \
--enable-addons monitoring \
Expand Down

0 comments on commit f1a8682

Please sign in to comment.