Skip to content

Commit

Permalink
Merge pull request #9 from rollandf/deviceplugin
Browse files Browse the repository at this point in the history
Add device plugin page
  • Loading branch information
rollandf authored Mar 6, 2024
2 parents a1ed60e + ad697f3 commit c98f6bf
Showing 1 changed file with 19 additions and 1 deletion.
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.

0 comments on commit c98f6bf

Please sign in to comment.