Files
kubernetes/test/e2e
Kubernetes Submit Queue ed479163fa Merge pull request #42116 from vishh/gpu-experimental-support
Automatic merge from submit-queue

Extend experimental support to multiple Nvidia GPUs

Extended from #28216

```release-note
`--experimental-nvidia-gpus` flag is **replaced** by `Accelerators` alpha feature gate along with  support for multiple Nvidia GPUs. 
To use GPUs, pass `Accelerators=true` as part of `--feature-gates` flag.
Works only with Docker runtime.
```

1. Automated testing for this PR is not possible since creation of clusters with GPUs isn't supported yet in GCP.
1. To test this PR locally, use the node e2e.
```shell
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true' FOCUS=GPU SKIP="" make test-e2e-node
```

TODO:

- [x] Run manual tests
- [x] Add node e2e
- [x] Add unit tests for GPU manager (< 100% coverage)
- [ ] Add unit tests in kubelet package
2017-03-01 04:52:50 -08:00
..
2017-02-27 09:15:56 +01:00
2017-02-21 13:26:03 +01:00
2016-09-15 18:38:01 -04:00
2017-02-15 18:16:35 +01:00
2017-01-12 10:21:05 +08:00
2017-02-28 23:05:41 -08:00
2017-02-28 13:20:23 +08:00
2017-02-21 16:31:21 +01:00
2017-01-30 12:46:59 -05:00
2017-01-11 09:09:48 -05:00
2017-02-17 15:47:34 -08:00
2017-02-01 06:32:04 -07:00
2017-01-30 12:46:59 -05:00
2017-01-29 21:41:44 +01:00
2017-02-22 09:27:42 -05:00
2017-01-30 12:46:59 -05:00
2017-02-22 09:27:42 -05:00