File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : gpu-operator
3
- version : 1.4 .0
3
+ version : 1.5 .0
4
4
kubeVersion : " >= 1.13.0-0"
5
5
description : NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
6
- appVersion : " 1.4 .0"
6
+ appVersion : " 1.5 .0"
7
7
icon : https://assets.nvidiagrid.net/ngc/logos/GPUoperator.png
8
8
sources :
9
9
- https://github.com/NVIDIA/gpu-operator
Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ operator:
12
12
repository : nvcr.io/nvidia
13
13
image : gpu-operator
14
14
# If version is not specified, then default is to use chart.AppVersion
15
- # version: 1.4 .0
15
+ # version: 1.5 .0
16
16
imagePullPolicy : IfNotPresent
17
17
imagePullSecrets : []
18
18
defaultRuntime : docker
19
- deployGFD : true
19
+ # Indicates if attached GPU mode is passthrough/vgpu
20
+ defaultGPUMode : passthrough
20
21
validator :
21
22
image : cuda-sample
22
23
repository : nvcr.io/nvidia/k8s
@@ -65,7 +66,7 @@ driver:
65
66
toolkit :
66
67
repository : nvcr.io/nvidia/k8s
67
68
image : container-toolkit
68
- version : 1.4.0 -ubuntu18.04
69
+ version : 1.4.2 -ubuntu18.04
69
70
imagePullPolicy : IfNotPresent
70
71
imagePullSecrets : []
71
72
env : []
@@ -90,7 +91,7 @@ toolkit:
90
91
devicePlugin :
91
92
repository : nvcr.io/nvidia
92
93
image : k8s-device-plugin
93
- version : v0.7.1
94
+ version : v0.7.3
94
95
imagePullPolicy : IfNotPresent
95
96
imagePullSecrets : []
96
97
args :
You can’t perform that action at this time.
0 commit comments