mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-11-03 19:37:55 +00:00 
			
		
		
		
	chore(deps): Updating nvidia-device-plugin to 0.14.3
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
			
		||||
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
			
		||||
kind: Kustomization
 | 
			
		||||
namespace: cuda-test
 | 
			
		||||
commonLabels:
 | 
			
		||||
  app.kubernetes.io/managed-by: argocd
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,7 @@ apiVersion: v1
 | 
			
		||||
kind: Pod
 | 
			
		||||
metadata:
 | 
			
		||||
  name: cuda-vectoradd
 | 
			
		||||
  namespace: cuda-test
 | 
			
		||||
spec:
 | 
			
		||||
  restartPolicy: OnFailure
 | 
			
		||||
  containers:
 | 
			
		||||
@@ -9,4 +10,4 @@ spec:
 | 
			
		||||
      image: "nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda11.7.1-ubuntu20.04"
 | 
			
		||||
      resources:
 | 
			
		||||
        limits:
 | 
			
		||||
          nvidia.com/gpu: 1
 | 
			
		||||
          nvidia.com/gpu: "1"
 | 
			
		||||
@@ -1,12 +1,14 @@
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: ConfigMap
 | 
			
		||||
metadata:
 | 
			
		||||
  name: time-slicing
 | 
			
		||||
  name: cm-time-slicing
 | 
			
		||||
  namespace: nvidia-device-plugin
 | 
			
		||||
data:
 | 
			
		||||
  default: |-
 | 
			
		||||
  time-slicing: |-
 | 
			
		||||
    version: v1
 | 
			
		||||
    sharing:
 | 
			
		||||
      timeSlicing:
 | 
			
		||||
        failRequestsGreaterThanOne: true
 | 
			
		||||
        resources:
 | 
			
		||||
          - name: nvidia.com/gpu
 | 
			
		||||
            replicas: 10
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,7 @@
 | 
			
		||||
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
			
		||||
kind: Kustomization
 | 
			
		||||
namespace: nvidia-device-plugin
 | 
			
		||||
commonAnnotations:
 | 
			
		||||
    argocd.argoproj.io/sync-wave: "-1"
 | 
			
		||||
 | 
			
		||||
resources:
 | 
			
		||||
  - namespace.yaml
 | 
			
		||||
@@ -9,7 +10,7 @@ resources:
 | 
			
		||||
helmCharts:
 | 
			
		||||
  - name: nvidia-device-plugin
 | 
			
		||||
    repo: https://nvidia.github.io/k8s-device-plugin
 | 
			
		||||
    version: 0.14.2
 | 
			
		||||
    version: 0.14.3
 | 
			
		||||
    releaseName: "nvidia-device-plugin"
 | 
			
		||||
    namespace: nvidia-device-plugin
 | 
			
		||||
    includeCRDs: true
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,3 @@
 | 
			
		||||
config:
 | 
			
		||||
  name: time-slicing
 | 
			
		||||
  default: default
 | 
			
		||||
  name: cm-time-slicing
 | 
			
		||||
  default: time-slicing
 | 
			
		||||
		Reference in New Issue
	
	Block a user