Kubelet side extension to support device allocation

This commit is contained in:
Jiaying Zhang
2017-08-22 15:03:47 -07:00
parent 7a8ad491ef
commit 02001af752
25 changed files with 839 additions and 258 deletions

View File

@@ -73,11 +73,11 @@ const (
// Works only with Docker Container Runtime.
Accelerators utilfeature.Feature = "Accelerators"
// owner: @vishh
// owner: @jiayingz
// alpha: v1.8
//
// Enables support for Device Plugins
// Only Nvidia GPUs are supported as of v1.8.
// Only Nvidia GPUs are tested as of v1.8.
DevicePlugins utilfeature.Feature = "DevicePlugins"
// owner: @gmarek