Hey everyone! I'm trying to follow Nvidia's guide on deploying the AI Enterprise on Azure AKS, but I'm hitting a wall at the last step. The specific command I'm using is: helm install gpu-operator nvaie/gpu-operator-4-0 --version 23.6.1 --set driver.repository=nvcr.io/nvaie,driver.licensingConfig.configMapName=licensing-config --namespace gpu-operator. However, it doesn't seem to work and I'm getting some weird issues. Has anyone else gone through this setup and encountered a similar problem or any tips that could help?
2 Answers
I haven't gone through that specific setup, but it might help if you share the error message you're encountering. I know that the helm install command expects a valid token to be in a configmap named licensing-config.
I noticed that the Nvidia documentation may have a different command format for the helm install. You could take a look at this page for reference: https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#operator-install-guide. It might provide some tweaks that could work for your situation!

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux