mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-03 03:17:58 +00:00
feat(gpu): Adding Nvidia GPU-Oparator
This will hopefully enable GPU acceleration
This commit is contained in:
11
infra/gpu-operator/kustomization.yaml
Normal file
11
infra/gpu-operator/kustomization.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: gpu-operator
|
||||
|
||||
helmCharts:
|
||||
- name: gpu-operator
|
||||
repo: https://helm.ngc.nvidia.com/nvidia
|
||||
version: 23.9.0
|
||||
releaseName: "gpu-operator"
|
||||
includeCRDs: true
|
||||
valuesFile: values.yaml
|
||||
3
infra/gpu-operator/values.yaml
Normal file
3
infra/gpu-operator/values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
cdi:
|
||||
enabled: true
|
||||
default: true
|
||||
@@ -16,6 +16,8 @@ spec:
|
||||
server: '*'
|
||||
- namespace: 'cloudflared'
|
||||
server: '*'
|
||||
- namespace: 'gpu-operator'
|
||||
server: '*'
|
||||
- namespace: 'kubernetes-dashboard'
|
||||
server: '*'
|
||||
- namespace: 'metallb-system'
|
||||
|
||||
Reference in New Issue
Block a user