We need to add the following to the dra prerequisites in 25.10, https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/dra-intro-install.html#:~:text=For%20ComputeDomain%20ensure%20the%20following%3A:
For ComputeDomain ensure the following:
NVIDIA Grace Blackwell GPUs with Multi-Node NVLink (MNNVL) available on your cluster. For example, NVIDIA HGX GB200 NVL72 or NVIDIA HGX GB300 NVL72. Refer to the NVIDIA Multi-Node NVLink Systems documentation for details on Multi-Node NVLink systems.
For using ComputeDomains with a pre-installed GPU Driver:
The corresponding nvidia-imex-* packages installed through your Linux distribution’s package manager.
The IMEX systemd service disabled before installing the GPU Operator (on all GPU nodes). For example:
systemctl disable --now nvidia-imex.service && systemctl mask nvidia-imex.service
We need to add the following to the dra prerequisites in 25.10, https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/dra-intro-install.html#:~:text=For%20ComputeDomain%20ensure%20the%20following%3A:
For ComputeDomain ensure the following:
NVIDIA Grace Blackwell GPUs with Multi-Node NVLink (MNNVL) available on your cluster. For example, NVIDIA HGX GB200 NVL72 or NVIDIA HGX GB300 NVL72. Refer to the NVIDIA Multi-Node NVLink Systems documentation for details on Multi-Node NVLink systems.
For using ComputeDomains with a pre-installed GPU Driver:
The corresponding nvidia-imex-* packages installed through your Linux distribution’s package manager.
The IMEX systemd service disabled before installing the GPU Operator (on all GPU nodes). For example:
systemctl disable --now nvidia-imex.service && systemctl mask nvidia-imex.service