Trouble with Nvidia GPU Operator Installation on AKS

0
12
Asked By ChillBeats22 On

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

Answered By TechSavvy123 On

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.

Answered By NerdyNavigator On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.