-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Infiniband counters visible inside worker pods #403
Comments
@thien-lm No, pod can use infiniband, everything fine. It's just about counters in |
Thanks for your explaination. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Soperator pods currently use
hostNetwork: false
. Because of that Infiniband counters are not visible containers' sysfs (/sys/class/infiniband/mlx5_0/ports/1/counters
).To make them visible there, we can try to install the RDMA CNI plugin to K8s.
The text was updated successfully, but these errors were encountered: