Skip to content
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

Add device plugin page #9

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion docs/device-plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,22 @@

*************
Device Plugin
*************
*************

Kubernetes provides a device plugin framework that can be used to advertise system hardware resources to the Kubelet.
More information about the device plugin framework can be found at https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/.

This document presents configuration with the following device plugins:

.. list-table::
:header-rows: 1

* - Device Plugin
- Project
* - SR-IOV network device plugin
- https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin
* - RDMA shared device plugin
- https://github.com/Mellanox/k8s-rdma-shared-dev-plugin

- SR-IOV network device plugin - A device plugin for discovering and advertising the SR-IOV virtual functions (VFs) that are available on a Kubernetes host.
- RDMA shared device plugin - device plugin for sharing RDMA devices between PODs on the same host.