File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
docs/content/en/docs/getting-started/nutanix Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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
411416The 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`)
You can’t perform that action at this time.
0 commit comments