Adrian Chiris

Results 159 comments of Adrian Chiris

Hi, > I can still see all 4 IB network cards what do you mean ? can you add an example ? generallly rdma shared device plugin will mount rdma...

in the pod, what do you see under `/dev/infiniband/` ?

according to your feedback, rdma shared device plugin behaves as expected. the reason why you see all mlx_* devices under /sys/class/infiniband is because kernel does not namespace them. however only...

alternatively: `log.Err(err).Msg("")` or `log.Err(err).Send()`

we should make this path configurable in device plugin. currently i see its [hardcoded](https://github.com/Mellanox/k8s-rdma-shared-dev-plugin/blob/0b407a41030d25ade59017cfc8494fff2456dda4/pkg/resources/resources_manager.go#L58C2-L58C20) meanwhile you could mount the alternative kubelet path in its default place in container i.e ```...

What is the K8s version you are using ? i see in the logs: `Using Deprecated Device Plugin Registry path` does the following path exist in your system: `/var/lib/kubelet/plugins_registry` ?

please check #82 it should solve the issue.