Go to file
Babak Sarashki 41bdf53f65 integ: gpu-operator helm charts
This commit adds nvidia gpu-operator helm charts use case for
custom container runtime feature. To load nvidia-gpu-operator
on starlingx:

system service-parameter-add platform container_runtime \
custom_container_runtime=\
nvidia:/usr/local/nvidia/toolkit/nvidia-container-runtime

And define  runtimeClass for nvidia gpu  pods:

kind: RuntimeClass
apiVersion: node.k8s.io/v1beta1
metadata:
  name: nvidia
handler: nvidia

The above will direct all containerd creations of pods with nvidia
runtimeClass to nvidia-container-runtime -- where the nvidia-conta
iner-runtime is installed by the operator onto a hostMount.

Story: 2008434
Task: 41978

Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com>
Change-Id: I999804d4697349bc0966d0a6e653d7bce15e18fc
2021-03-25 01:10:04 +00:00
2021-01-25 04:15:59 -05:00
2021-02-17 13:47:23 -05:00
2019-01-08 11:42:04 -05:00
2019-04-19 19:52:31 +00:00
2018-05-31 07:36:35 -07:00
2020-09-02 15:16:41 -04:00

integ

StarlingX Integration

Description
StarlingX Integration and packaging
Readme 59 MiB
Languages
Shell 27.9%
Python 22.5%
JavaScript 21.3%
Perl 12.6%
C++ 5.7%
Other 9.9%