RDMA Shared Device Plugin 설치 가이드
정보
RDMA Shared Device Plugin 개요 문서에서 플러그인 역할과 설정 예시를 먼저 확인할 수 있습니다.
설치
helm repo add lol-iot https://lol-iot.github.io/helm-charts
helm repo update lol-iot \
&& helm search repo lol-iot/rdma-shared-device-plugin -l | head -n 10
helm pull lol-iot/rdma-shared-device-plugin --version 1.5.3
helm show values lol-iot/rdma-shared-device-plugin --version 1.5.3 \
> rdma-searched-device-plugin-1.5.3.yaml
helm template rdma-shared-device-plugin lol-iot/rdma-shared-device-plugin \
--version 1.5.3 \
-n kube-system \
-f rdma-searched-device-plugin-values.yaml \
> rdma-shared-device-plugin.yaml
helm upgrade -i rdma-shared-device-plugin lol-iot/rdma-shared-device-plugin \
--history-max 5 \
--version 1.5.3 \
-n kube-system \
-f rdma-searched-device-plugin-values.yaml