Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 330 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 330 Bytes

device_plugin

A demo project for learning to implementing k8s device plugin.
The device_plugin register resource device.plugin/device to k8s.
Example shows how to use device.plugin/device resource.
This code refers to and simplifies NVIDIA/k8s-device-plugin.