Hi everyone! I’m trying to assign an NVIDIA vGPU ...
# general
d
Hi everyone! I’m trying to assign an NVIDIA vGPU profile to a vSphere VM using Pulumi YAML with the vSphere provider. I’ve successfully assigned the PCI profile using
pciDeviceIds
with the host ID and a specific device ID. However, I need to configure the VM to use NVIDIA GRID vGPU or Dynamic DirectPath IO access types instead, as these are required for my use case. How can I configure a vSphere VM in Pulumi to use NVIDIA GRID vGPU or Dynamic DirectPath IO instead of DirectPath IO? Are there specific
extraConfig
keys or properties (e.g.,
pciPassthru0.cfg.vgpu
) to enable NVIDIA GRID vGPU? If so, what are they? I can manually assign the PCI profile via “Edit Settings > Virtual Hardware > Add PCI Device > NVIDIA GRID vGPU”, but I would like to automate this with Pulumi. Thank you for any help :)