Open lengrongfu opened 2 months ago
Hi @lengrongfu, how do you propose we validate that nouveau is blacklisted?
We can exec lsmod | grep nouveau
in driver validating container to check wheather result. if nouveau
not in blacklisted, we can stop the subsequent process.
https://github.com/NVIDIA/k8s-driver-manager/issues/37 As discussed in this issue, since blacklisting would require updating the initramfs and rebooting the node, so wen can to check nouveau already been added to the blacklist?
When i use preinstalled drivers are on host. other components may fail because user did not disable nouveau driver.