创建k8s-rdma-shared-dev-plugin daemonset # kubectl create -f https://raw.githubusercontent.com/Mellanox/k8s-rdma-shared-dev-plugin/master/images/k8s-rdma-shared-dev-plugin-ds.yaml daemonset.apps/rdma-shared-dp-ds created 1. 2. 若上述 k8s-rdma-shared-dev-plugin-ds.yaml 的 git rep 无法访...
RDMA shared device plugin usesalpinebase image by default. To build RDMA shared device plugin with another base image you need to passBASE_IMAGEargument: docker build -t k8s-rdma-shared-dev-plugin \ --build-arg BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:latest \ . ...
k8s-rdma-shared-device-plugin support devices with both link types. the devices which rdma shared device plugin exposes depend on its configuration (provided via configmap usually) Author vsoch commented Oct 30, 2024 Thanks! I think this would have been helpful discussion 2 months ago, but we...