Skip to content

Commit ad9f017

Browse files
Add Nutanix documentation for the gpus field in NutanixMachineConfig (#8973)
1 parent 1c55bd2 commit ad9f017

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/content/en/docs/getting-started/nutanix/nutanix-spec.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ spec:
189189
- ssh-rsa AAAA…
190190
vcpuSockets: 2
191191
vcpusPerSocket: 1
192+
gpus:
193+
- type: deviceID
194+
deviceID: 1234
195+
- type: name
196+
name: my-gpu
192197
---
193198
```
194199

@@ -409,3 +414,15 @@ ssh -i <private-key-file> <user>@<VM-IP>
409414
```
410415

411416
The default is generating a key in your `$(pwd)/<cluster-name>` folder when not specifying a value
417+
418+
### gpus (optional)
419+
Reference to the GPUs to be assigned to the VMs.
420+
421+
### gpus[0].name (`gpus[0].name` or `gpus[0].deviceID` required)
422+
Name of the GPU.
423+
424+
### gpus[0].deviceID (`gpus[0].name` or `gpus[0].deviceID` required)
425+
Device ID of the GPU.
426+
427+
### gpus[0].type (required)
428+
Type to identify the GPU. (Permitted values: `name` or `deviceID`)

0 commit comments

Comments
 (0)