Collection of Intel device plugins for Kubernetes
Go to file
Dmitry Rozhkov 3d30fa2872 fpga_admissionwebhook: add orchestrated mode
In `orchestrated` mode the webhook parses requested resources and to translates
them to a container's ENV variables to let CRI hooks to program the FPGA with
requested bitstreams before starting the container.
2018-06-29 16:30:36 +03:00
build tweak intel-fpga-plugin.Dockerfile to send logs to stderr by default 2018-06-20 09:36:52 +03:00
cmd fpga_admissionwebhook: add orchestrated mode 2018-06-29 16:30:36 +03:00
demo fix script name in fpga job spec 2018-06-15 15:03:48 +03:00
deployments automate FPGA webhook deployment 2018-06-20 14:54:49 +03:00
internal/deviceplugin reformatted *.go with gofmt -s -w 2018-05-28 16:59:19 +03:00
scripts automate FPGA webhook deployment 2018-06-20 14:54:49 +03:00
vendor bring in deps required for getting node's annotations 2018-06-20 09:36:52 +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 bring in deps required for getting node's annotations 2018-06-20 09:36:52 +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 fpga-admissionwebhook: add initial implementation 2018-06-19 14:55:59 +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