Compare commits
No commits in common. "9cea107fd85c1521c778c88e08c06d4bcd0da24b" and "1d37fe594c1cd0a4f4e086daeb8b1e7d21b4e3f2" have entirely different histories.
9cea107fd8
...
1d37fe594c
5 changed files with 23 additions and 24 deletions
|
@ -0,0 +1,9 @@
|
|||
version: v1
|
||||
flags:
|
||||
migStrategy: "none"
|
||||
failOnInitError: true
|
||||
nvidiaDriverRoot: "/"
|
||||
plugin:
|
||||
passDeviceSpecs: false
|
||||
deviceListStrategy: envvar
|
||||
deviceIDStrategy: uuid
|
|
@ -22,6 +22,14 @@ spec:
|
|||
remediation:
|
||||
retries: 3
|
||||
strategy: rollback
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: nvidia-helm-values
|
||||
values:
|
||||
runtimeClassName: "nvidia"
|
||||
gfd:
|
||||
enabled: true
|
||||
nfd:
|
||||
enabled: false
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 512Mi
|
|
@ -6,8 +6,8 @@ resources:
|
|||
- ./helmrelease.yaml
|
||||
- ./runtimeclass.yaml
|
||||
configMapGenerator:
|
||||
- name: nvidia-helm-values
|
||||
- name: nvidia-plugin-configs
|
||||
files:
|
||||
- values.yaml=./resources/values.yml
|
||||
- config.yaml=./config/config.yml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
runtimeClassName: "nvidia"
|
||||
gfd:
|
||||
enabled: true
|
||||
nfd:
|
||||
enabled: false
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 512Mi
|
|
@ -10,8 +10,6 @@ helmDefaults:
|
|||
repositories:
|
||||
- name: cilium
|
||||
url: https://helm.cilium.io
|
||||
- name: nvdp
|
||||
url: https://nvidia.github.io/k8s-device-plugin
|
||||
|
||||
releases:
|
||||
- name: cilium
|
||||
|
@ -20,15 +18,9 @@ releases:
|
|||
version: 1.15.4
|
||||
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
|
||||
wait: true
|
||||
- name: nvidia-device-plugin
|
||||
namespace: kube-system
|
||||
chart: nvdp/nvidia-device-plugin
|
||||
version: 0.14.5
|
||||
values: ["../../../apps/kube-system/nvidia-device-plugin/app/resources/values.yml"]
|
||||
wait: true
|
||||
- name: spegel
|
||||
namespace: kube-system
|
||||
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||
version: v0.0.21
|
||||
values: ["../../../apps/kube-system/spegel/app/resources/values.yml"]
|
||||
wait: true
|
||||
wait: true
|
||||
|
|
Loading…
Reference in a new issue