mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Collection of Intel device plugins for Kubernetes
![]() The hook gets FPGA_REGION and FPGA_BITSTREAM environment variables defined in a pod spec, finds bitstream file, verifies it and programs FPGA device with it using fpga-configure tool from OPAE. |
||
---|---|---|
build | ||
cmd | ||
demo | ||
deployments | ||
internal/deviceplugin | ||
scripts | ||
vendor | ||
.gitignore | ||
.intel-logo.png | ||
.travis.yml | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
Makefile | ||
README.md |
Device Plugins for Kubernetes
Table of Contents
- About
- GPU device plugin
- FPGA device plugin
- FPGA admission controller webhook
- FPGA prestart CRI-O hook
About
This repository contains set of Intel Device Plugins that enable usage of Intel hardware in Kubernetes cluster.
These are prerequisites for building and running Intel Device Plugins:
- Intel hardware
- Fully configured kubernetes cluster
- Working Go environment
Supported Kubernetes versions
Branch | Kubernetes branch/version |
---|---|
master | Kubernetes 1.10 branch v1.10.x |
master | Kubernetes master branch |