Adrian Chiris

Results 159 comments of Adrian Chiris

ack, so it will use the old way to register with kubelet and write resource sockets. please check #82 it should solve the issue.

a pod is associated with a network attachment if it has a network attachment annotation. so im not sure there is an issue here. can you elaborate on why you...

yea well, i dont remember what was confusing :)

So this should be renamed to: `HasNetworkAttachmentAnnot()`

Hey, Its in the README of this project. please see: https://github.com/Mellanox/ib-kubernetes#plugin-configuration you need to have UFM deployed on some node. this project does not cover how to deploy UFM. it...

you need to set `ibKubernetesEnabled` in your secondary network attachment definition if you are using ib-sriov-cni. see: https://github.com/k8snetworkplumbingwg/ib-sriov-cni#configuration-reference

assuming `0000:e5:00.1` belongs to an MLNX NIC, the error `"issm" not found" ` means that some linux char device ( found under `/dev/infiniband/issm`) is missing for the selected NIC. that...

i believe its related to the perftest version being used in the workload container vs the RDMA api exposed by the kernel running on the node. what is the OS...

> i believe its related to the perftest version being used in the workload container vs the RDMA api exposed by the kernel running on the node. so that is...