mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-11-03 19:37:55 +00:00 
			
		
		
		
	fix(gpu): Disabling toolkit in Nvidia gpu-operator Helm chart
This commit is contained in:
		@@ -2,6 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
 | 
				
			|||||||
kind: Kustomization
 | 
					kind: Kustomization
 | 
				
			||||||
namespace: gpu-operator
 | 
					namespace: gpu-operator
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					resources:
 | 
				
			||||||
 | 
					  - namespace.yaml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
helmCharts:
 | 
					helmCharts:
 | 
				
			||||||
  - name: gpu-operator
 | 
					  - name: gpu-operator
 | 
				
			||||||
    repo: https://helm.ngc.nvidia.com/nvidia
 | 
					    repo: https://helm.ngc.nvidia.com/nvidia
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,6 @@
 | 
				
			|||||||
cdi:
 | 
					driver.enabled: false
 | 
				
			||||||
  enabled: true
 | 
					toolkit.enabled: false
 | 
				
			||||||
  default: true
 | 
					
 | 
				
			||||||
 | 
					#cdi:
 | 
				
			||||||
 | 
					#  enabled: true
 | 
				
			||||||
 | 
					#  default: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user