-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelmrelease.yaml
More file actions
46 lines (46 loc) · 1 KB
/
Copy pathhelmrelease.yaml
File metadata and controls
46 lines (46 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nvidia-device-plugin
namespace: kube-system
spec:
interval: 15m
chart:
spec:
chart: nvidia-device-plugin
version: 0.14.5
sourceRef:
kind: HelmRepository
name: nvidia-dvp
namespace: flux-system
interval: 15m
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
values:
image:
repository: nvcr.io/nvidia/k8s-device-plugin
tag: v0.19.3
nodeSelector:
nvidia.feature.node.kubernetes.io/gpu: "true"
runtimeClassName: nvidia
config:
map:
default: |-
version: v1
flags:
migStrategy: none
sharing:
timeSlicing:
renameByDefault: false
failRequestsGreaterThanOne: false
resources:
- name: nvidia.com/gpu
replicas: 6