Skip to content

Commit

Permalink
Add Nutanix documentation for the gpus field in NutanixMachineConfig (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickstruyf3 authored Nov 6, 2024
1 parent 1c55bd2 commit ad9f017
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/content/en/docs/getting-started/nutanix/nutanix-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ spec:
- ssh-rsa AAAA…
vcpuSockets: 2
vcpusPerSocket: 1
gpus:
- type: deviceID
deviceID: 1234
- type: name
name: my-gpu
---
```

Expand Down Expand Up @@ -409,3 +414,15 @@ ssh -i <private-key-file> <user>@<VM-IP>
```

The default is generating a key in your `$(pwd)/<cluster-name>` folder when not specifying a value

### gpus (optional)
Reference to the GPUs to be assigned to the VMs.

### gpus[0].name (`gpus[0].name` or `gpus[0].deviceID` required)
Name of the GPU.

### gpus[0].deviceID (`gpus[0].name` or `gpus[0].deviceID` required)
Device ID of the GPU.

### gpus[0].type (required)
Type to identify the GPU. (Permitted values: `name` or `deviceID`)

0 comments on commit ad9f017

Please sign in to comment.