Skip to content

opdev/generic-device-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Edge Device Plugin for Kubernetes

Overview

Pods could request to be allocated devices using the Kubernetes Pod resources field:

resources:
  limits:
    vendor.io/device: 10

Getting Started

To install the plugin, choose what devices should be discovered and deploy the following DaemonSet:

oc apply -f deploy/daemonset.yaml