k8s-rdma-shared-dev-plugin
k8s-rdma-shared-dev-plugin copied to clipboard
Created a container with the ubuntu 18.04 image and using the rdma-shared device plugin, inside the container when running `ib_write_bw` it reports bellow error, but with ubuntu 20.04/22.04 it works...
I tried to deploy the rdma device plugin in HCA mode in my kubernetes cluster. I followed the instruction and the device plugin can be registered successfully. If I run...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
This plugin not working when used IB NIC the LINK_TYPE_P1=ETH! ```shell mlxconfig -d query | grep LINK_TYPE_P1 mlxconfig -d set LINK_TYPE_P1=1 reboot ``` The IB NIC change ETH model. run...
macvlan cni config: cat
On the host computer, I check the card information through ibstatus, and the link_layer is all Ethernet  After using k8s rdma shared dev plugin to map to pod, the...
What's the difference between rdma-shared-device and sr-iov? Or what documentation I should to read. Thanks.
Are you support ConnectX 6 network interface card?
kubelet --root-dir=/data/kubelet rdma-share daemonset yaml file: ```yaml volumeMounts: - name: device-plugin mountPath: /data/kubelet/device-plugins readOnly: false - name: plugins-registry mountPath: /data/kubelet/plugins_registry readOnly: false - name: config mountPath: /k8s-rdma-shared-dev-plugin - name: devs...
Getting "missing RDMA device spec for device 0000:e5:00.1, RDMA device \"issm\" not found" error while creating a pod after installing k8s-rdma-shared-dev-plugin, what is the solution for this error.