Compare commits
2 commits
1d37fe594c
...
9cea107fd8
Author | SHA1 | Date | |
---|---|---|---|
9cea107fd8 | |||
dc6ebed94d |
5 changed files with 24 additions and 23 deletions
|
@ -1,9 +0,0 @@
|
|||
version: v1
|
||||
flags:
|
||||
migStrategy: "none"
|
||||
failOnInitError: true
|
||||
nvidiaDriverRoot: "/"
|
||||
plugin:
|
||||
passDeviceSpecs: false
|
||||
deviceListStrategy: envvar
|
||||
deviceIDStrategy: uuid
|
|
@ -22,14 +22,6 @@ spec:
|
|||
remediation:
|
||||
retries: 3
|
||||
strategy: rollback
|
||||
values:
|
||||
runtimeClassName: "nvidia"
|
||||
gfd:
|
||||
enabled: true
|
||||
nfd:
|
||||
enabled: false
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: nvidia-helm-values
|
|
@ -6,8 +6,8 @@ resources:
|
|||
- ./helmrelease.yaml
|
||||
- ./runtimeclass.yaml
|
||||
configMapGenerator:
|
||||
- name: nvidia-plugin-configs
|
||||
- name: nvidia-helm-values
|
||||
files:
|
||||
- config.yaml=./config/config.yml
|
||||
- values.yaml=./resources/values.yml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
runtimeClassName: "nvidia"
|
||||
gfd:
|
||||
enabled: true
|
||||
nfd:
|
||||
enabled: false
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 512Mi
|
|
@ -10,6 +10,8 @@ helmDefaults:
|
|||
repositories:
|
||||
- name: cilium
|
||||
url: https://helm.cilium.io
|
||||
- name: nvdp
|
||||
url: https://nvidia.github.io/k8s-device-plugin
|
||||
|
||||
releases:
|
||||
- name: cilium
|
||||
|
@ -18,9 +20,15 @@ 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