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
![]() Fixed the following golint warnings: ./cmd/fpga_plugin/fpga_plugin.go:71:2: struct field fpgaId should be fpgaID ./cmd/fpga_plugin/fpga_plugin.go:78:44: func parameter fpgaId should be fpgaID ./cmd/fpga_plugin/fpga_plugin.go:104:8: var interfaceId should be interfaceID ./cmd/fpga_plugin/fpga_plugin.go:120:7: var interfaceIdFile should be interfaceIDFile ./cmd/fpga_plugin/fpga_plugin.go:156:8: range var fpgaId should be fpgaID ./cmd/fpga_plugin/fpga_plugin.go:254:6: range var fpgaId should be fpgaID ./cmd/fpga_plugin/fpga_plugin.go:254:14: should omit 2nd value from range; this loop is equivalent to `for fpgaId := range ...` ./internal/deviceplugin/deviceplugin.go:30:6: exported type DeviceInfo should have comment or be unexported ./internal/deviceplugin/deviceplugin.go:35:6: exported type Server should have comment or be unexported ./internal/deviceplugin/deviceplugin.go:39:1: exported method Server.Serve should have comment or be unexported ./internal/deviceplugin/deviceplugin.go:43:1: exported method Server.Stop should have comment or be unexported |
||
---|---|---|
build/boilerplate | ||
cmd | ||
demo | ||
internal/deviceplugin | ||
vendor | ||
.gitignore | ||
.intel-logo.png | ||
.travis.yml | ||
fpga.Dockerfile | ||
Gopkg.lock | ||
Gopkg.toml | ||
gpu.Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md |
Intel Device Plugins for Kubernetes
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:
- 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 |