Skip to content
Merged
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
8 changes: 8 additions & 0 deletions website/docs/getting-started/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ kubectl create secret -n amd-gpu \

Then, create a `gpu-operator-values.yaml` file with the following content. **Please replace `<registry>` with the URL of your private registry**. You may also change the image name `amdgpu-driver`, if necessary, according to your private registry's policies.

:::warning
If the AMD GPU driver is already installed on the host OS, set `deviceConfig.spec.driver.enable: false` to skip driver installation by the GPU Operator.
:::
Comment thread
hhk7734 marked this conversation as resolved.

:::info
When installing the GPU driver via the GPU Operator, refer to the [User-space and kernel-space compatibility matrix](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/user-kernel-space-compat-matrix.html) to select a `deviceConfig.spec.driver.version` that is compatible with the host OS kernel.
:::

```yaml title="gpu-operator-values.yaml" {7}
deviceConfig:
spec:
Expand Down
Loading