Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/advanced/addons/nvidiadrivertoolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ On pod startup, the ENTRYPOINT script will download the NVIDIA driver from the s

The `PCIDevices` addon can now leverage this addon to manage the lifecycle of the vGPU devices on nodes containing supported GPU [devices](../vgpusupport.md).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar, L34 about the new check when disabling addon

:::warning

**Always restart the VM immediately after attaching or detaching vGPU devices.**

Although rebooting the VM after editing its spec is not mandatory, we strongly recommend doing so to ensure proper synchronization. Without an immediate reboot, the addon disable check might not accurately detect devices in use.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instant rebooting helps check on addon rebooting, also avoids potential resources conflicts even when addon is still enabled


If you need to disable and re-enable the `nvidia-driver-toolkit` addon while VMs are stopped with host devices attached, you can annotate the addon with `harvesterhci.io/skipNvidiaDriverToolkitAddonWebhookCheck` to skip the addon disable check.

:::

## Install Different NVIDIA Driver Versions

_Available as of v1.7.0_
Expand Down
9 changes: 9 additions & 0 deletions docs/advanced/addons/pcidevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ Select **PCI Devices** and use the **Available PCI Devices** drop-down. Select t

![](/img/v1.2/pcidevices/vm-pcidevices-attach.png)

:::warning

**Always restart the VM immediately after adding or removing PCI devices.**

Although rebooting the VM after editing its spec is not mandatory, we strongly recommend doing so to ensure proper synchronization. Without an immediate reboot, the addon disable check might not accurately detect devices in use.

If you need to disable and re-enable the `pcidevices-controller` addon while VMs are stopped with host devices attached, you can annotate the addon with `harvesterhci.io/skipPCIDevicesControllerAddonWebhookCheck` to skip the addon disable check.

:::

## Using a passed-through PCI Device inside the VM

Expand Down