mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-05-13 19:11:41 +00:00
nvidia gpu operator
This commit is contained in:
24
infrastructure/controllers/gpu-operator/release.yaml
Normal file
24
infrastructure/controllers/gpu-operator/release.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: gpu-operator
|
||||
namespace: gpu-operator
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: gpu-operator
|
||||
version: v26.3.x
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: nvidia
|
||||
interval: 15m
|
||||
releaseName: gpu-operator
|
||||
values:
|
||||
driver:
|
||||
enabled: false
|
||||
toolkit:
|
||||
enabled: false
|
||||
devicePlugin:
|
||||
config:
|
||||
name: time-slicing-config
|
||||
default: time-slicing
|
||||
Reference in New Issue
Block a user