Skip to content

Commit

Permalink
Update GPU-private-preview-documentation.md
Browse files Browse the repository at this point in the history
Fixed a few typos
  • Loading branch information
mkostersitz authored Jan 19, 2022
1 parent 59bd24c commit 6dbf8d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions preview/GPU/GPU-private-preview-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PS C:\> Enable-AksHciPreview
3. Update the current deployment
``` powershell
PS C:\> Get-AksHciUpdates
PS C:\> Uppdate-AksHci
PS C:\> Update-AksHci
```
This will install the required preview bits and enable updates for the preview channel.

Expand All @@ -75,7 +75,7 @@ Once the AKS cluster is deployed you need to configure a few things to ensure GP
### Post-setup ###
1. Get your Kubeconfig for the target cluster
```powershell
PS C:? Get-AksHciCredentials -Name gpuwl
PS C:> Get-AksHciCredential -Name gpuwl
```
2. Use kubectl to get the node IP address
```powershell
Expand All @@ -88,6 +88,7 @@ kubectl get nodes -o wide
```powershell
PS C:\> ssh -i C:\AksHci\.ssh\akshci_rsa clouduser@<ipaddress of linux worker node>
```

Once logged into the worker node use the below to edit the config file to enable the nvidia driver.

```bash
Expand Down

0 comments on commit 6dbf8d8

Please sign in to comment.