Collection of Intel device plugins for Kubernetes
Go to file
Dmitry Rozhkov 92f72e4196 fpga_plugin: indicate unhealthy devices
When the device's firmware crashes the OPAE driver reports all properties
of the device as a stream of binary ones. This effectively makes
interface and afu IDs look like "ffffffffffffffffffffffffffffffff".

Mark such devices as Unhealthy.

closes #77
2018-08-13 11:52:51 +03:00
build bump up Go version for Docker builds 2018-08-07 17:06:07 +03:00
cmd fpga_plugin: indicate unhealthy devices 2018-08-13 11:52:51 +03:00
demo upgrade OPAE to v1.1.0-2 for ubuntu-demo-opae image 2018-08-07 17:28:50 +03:00
deployments webhook: adjust deployment script to accommodate CRDs 2018-08-08 17:58:18 +03:00
internal/deviceplugin refactor device plugins to increase code reuse 2018-07-30 15:29:33 +03:00
pkg webhook: add dynamically configured mappings 2018-08-08 17:58:18 +03:00
scripts parameterize path to kubectl in webhook deployment script 2018-08-08 17:58:18 +03:00
vendor webhook: add deps required for CRD-based mappings 2018-08-08 17:58:18 +03:00
.gitignore Enabling support for QuickAssist Devices 2018-07-23 17:35:37 +01:00
.intel-logo.png Reworked README.md 2018-05-25 10:31:53 +03:00
.travis.yml CI: check image builds 2018-08-08 16:09:57 +03:00
Gopkg.lock webhook: add deps required for CRD-based mappings 2018-08-08 17:58:18 +03:00
Gopkg.toml webhook: add dynamically configured mappings 2018-08-08 17:58:18 +03:00
LICENSE Initial public code release 2018-05-18 18:30:54 +03:00
Makefile makefile: fix format target 2018-07-26 12:44:26 +03:00
README.md Edited text for clarity and flow. 2018-07-30 11:51:13 -04:00

Intel Device Plugins for Kubernetes Device Plugins for Kubernetes

Build Status Go Report Card

Table of Contents

About

This repository contains a set of Kubernetes plugins that enable you to use Intel devices.

Prerequisites for building and running Intel device plugins include:

Supported Kubernetes versions

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