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
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.7/advanced/vgpusupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Harvester allows [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/)

Harvester creates the `MIGConfiguration` object only if the detected GPU supports MIG-based partitioning.

:::note
When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If the GPU does not support MIG or initialization fails, the device automatically switches to time-sliced mode.
:::

### Enabling MIG-backed vGPU Devices

1. On the Harvester UI, go to **Advanced** > **vGPU MIG Configurations** and verify the following:
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.8/advanced/vgpusupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Harvester allows [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/)

Harvester creates the `MIGConfiguration` object only if the detected GPU supports MIG-based partitioning.

:::note
When an SR-IOV GPU device is enabled, Harvester attempts to initialize it in MIG mode by default. If the GPU does not support MIG or initialization fails, the device automatically switches to time-sliced mode.
:::

### Enabling MIG-backed vGPU Devices

1. On the Harvester UI, go to **Advanced** > **vGPU MIG Configurations** and verify the following:
Expand Down
Loading