k8s-rdma-shared-dev-plugin icon indicating copy to clipboard operation
k8s-rdma-shared-dev-plugin copied to clipboard

Results 38 k8s-rdma-shared-dev-plugin issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

On the host computer, I check the card information through ibstatus, and the link_layer is all Ethernet ![image](https://github.com/Mellanox/k8s-rdma-shared-dev-plugin/assets/982767/52965239-f433-413b-b7e2-5c257c1822a6) 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.

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...

enhancement

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.