Collection of Intel device plugins for Kubernetes
Go to file
Dmitry Rozhkov bb2403deb9 fpga: ignore afu_id in region mode
When running in the region mode we don't need to know AFU IDs
thus don't read them while in the mode.

It's important not to try to read them because in the region mode
AFUs are supposed to be reprogrammed in the fly anyway and the
afu_id files may become busy.
2018-07-04 12:02:07 +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: ignore afu_id in region mode 2018-07-04 12:02:07 +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 reformatted *.go with gofmt -s -w 2018-05-28 16:59:19 +03:00
scripts Make webhook-deploy.sh idempotent 2018-06-29 16:30:36 +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