Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i need to install GPU operator with helm and automate this process , so that i can deploy to multiple environments with github actions, can you share the details to achieve this please? #1161

Open
vamsireddykukati opened this issue Dec 10, 2024 · 1 comment

Comments

@vamsireddykukati
Copy link

i need to install GPU operator with helm and automate this process , so that i can deploy to multiple environments with github actions, can you share the details to achieve this please?

In Azure AKS i have installed GPU nodes. for workloads to be deployed...i need to install GPU operator software ...in to my cluster. kindly provide me reference.

@chipzoller
Copy link
Contributor

These values will work for an AKS installation.

# These values validated on v24.6.1 of the NVIDIA GPU Operator.
driver:
  enabled: true
toolkit:
  enabled: true
cdi:
  enabled: false
nfd:
  enabled: true
gfd:
  enabled: true
migManager:
  enabled: false
devicePlugin:
  enabled: true
dcgmExporter:
  enabled: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants