Collection of Intel device plugins for Kubernetes
Go to file
Ed Bartosh b4476110f8 implement CRI prestart hook
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.
2018-07-05 13:49:09 +03:00
build tweak intel-fpga-plugin.Dockerfile to send logs to stderr by default 2018-06-20 09:36:52 +03:00
cmd implement CRI prestart hook 2018-07-05 13:49:09 +03:00
demo fix script name in fpga job spec 2018-06-15 15:03:48 +03:00
deployments extend webhook-deploy.sh to accept --mode 2018-06-29 16:30:36 +03:00
internal/deviceplugin use fsnotify to monitor plugin socket 2018-07-05 12:16:21 +03:00
scripts Make webhook-deploy.sh idempotent 2018-06-29 16:30:36 +03:00
vendor add new dependencies required by CRI hook 2018-07-05 13:49:09 +03:00
.gitignore Initial public code release 2018-05-18 18:30:54 +03:00
.intel-logo.png Reworked README.md 2018-05-25 10:31:53 +03:00
.travis.yml enable cyclomatic check in TravisCI 2018-06-18 11:10:13 +03:00
Gopkg.lock add new dependencies required by CRI hook 2018-07-05 13:49:09 +03:00
Gopkg.toml bring in deps required for getting node's annotations 2018-06-20 09:36:52 +03:00
LICENSE Initial public code release 2018-05-18 18:30:54 +03:00
Makefile tag latest image build as 'devel' 2018-06-20 09:13:11 +03:00
README.md implement CRI prestart hook 2018-07-05 13:49:09 +03:00

Intel Device Plugins for Kubernetes Device Plugins for Kubernetes

Build Status Go Report Card

Table of Contents

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:

Supported Kubernetes versions

Branch Kubernetes branch/version
master Kubernetes 1.10 branch v1.10.x
master Kubernetes master branch