k8s-rdma-device-plugin
k8s-rdma-device-plugin copied to clipboard
RDMA device plugin for Kubernetes
For single NIC this plugin may work well, but for NIC Channel Bonding this cannot. In rdma.go, it will check the resource file is equal or not. For binding interface,...
``` [root@SCSP00596 k8s-rdma-device-plugin]# ./bin/k8s-rdma-device-plugin -master ens2f0 I0520 10:03:24.135872 30847 main.go:31] Fetching devices. I0520 10:03:24.137327 30847 main.go:39] No devices found. ``` Then, I add some logs in the code, print the...
k8s-rdma-device-plugin git:(master) ✗ ./build Checking gofmt... Building plugins build github.com/hustcat/k8s-rdma-device-plugin: cannot load k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1alpha: cannot find module providing package k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1alpha
Hi, @hustcat , I currently am working on a project involving Kubernetes and RDMA-enabled containers. I was very happy to find your RDMA device plugin project on Github as, if...
Hi @hustcat , I saw in the todo you mentioned that there are work need to be done to support containers within a pod sharing RDMA devices. Is it also...
Hi @hustcat , I am facing below error. How to overcome this error? Error: ------- 2018/04/29 21:22:02 grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: write unix...
I config 8 VFs and following is ibv_devinfo's output in demo container: ```shell Failed to open device Failed to open device Failed to open device Failed to open device Failed...
Move to the [v1beta1 API](https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/apis/deviceplugin/v1beta1).
Make RDMA work with CNI. Related proposals: * [RoCE containers with K8S](https://docs.google.com/document/d/1viskiCsKq1lvOxe4wo3Kwqp9eLdFzJ3bwrbmT3IyeNI/edit?usp=sharing) * [[PUBLIC]Network Devices Support Changes Proposal](https://docs.google.com/document/d/1TpYqgmJQOctm1oexQRo0cGNb9oyk0vozhmhr6myY99M/edit?ts=5aaba871#) * [[Public] Device Plugin Next Steps](https://docs.google.com/document/d/1ReQK50J9bNzEG5Pop1EC-Gco7rOryhw9cqKIXyqcUPY/edit?ts=5aa86242#) * [[PUBLIC] Network Device Plugins API...
vendor/golang.org/x/text/internal/language/parse.go is matching CVE-2020-28852 vendor/golang.org/x/text/internal/language/language.go is matching CVE-2020-28851 vendor/golang.org/x/text/transform/transform.go is matching CVE-2020-14040 vendor/golang.org/x/text/internal/language/parse.go is matching CVE-2021-38561 vendor/golang.org/x/text/language/parse.go is matching CVE-2021-38561 vendor/golang.org/x/text/internal/language/language.go is matching CVE-2021-38561 vendor/golang.org/x/net/http/httpguts/httplex.go is matching CVE-2021-31525 Please address...