GPU operator solved many issues with managing GPU nodes on Kubernetes but GRID driver installation is still not convenient on AKS.
The approach with using NVIDIA GPU Driver CRD, described in AKS blog post
(see "Using NVIDIA GPU Driver CRD (preview)" section) works but requires building a container image which must be set in NVIDIADriver.
Microsoft redistributes NVIDIA GRID driver installers for NV and NVv3-series but doesn't offer a container image which can be used in NVIDIADriver source.
❓ Does NVIDIA offer any container image which can be used for GRID driver installation?
❓ Is there a plan to offer such a container image?