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:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
strategy: rollback
|
strategy: rollback
|
||||||
valuesFrom:
|
values:
|
||||||
- kind: ConfigMap
|
runtimeClassName: "nvidia"
|
||||||
name: nvidia-helm-values
|
gfd:
|
||||||
|
enabled: true
|
||||||
|
nfd:
|
||||||
|
enabled: false
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
limits:
|
||||||
|
memory: 512Mi
|
|
@ -6,8 +6,8 @@ resources:
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ./runtimeclass.yaml
|
- ./runtimeclass.yaml
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: nvidia-helm-values
|
- name: nvidia-plugin-configs
|
||||||
files:
|
files:
|
||||||
- values.yaml=./resources/values.yml
|
- config.yaml=./config/config.yml
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
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:
|
repositories:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
url: https://helm.cilium.io
|
url: https://helm.cilium.io
|
||||||
- name: nvdp
|
|
||||||
url: https://nvidia.github.io/k8s-device-plugin
|
|
||||||
|
|
||||||
releases:
|
releases:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
|
@ -20,12 +18,6 @@ releases:
|
||||||
version: 1.15.4
|
version: 1.15.4
|
||||||
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
|
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
|
||||||
wait: true
|
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
|
- name: spegel
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||||
|
|
Loading…
Reference in a new issue