kubernetes/test
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
..
e2e Merge pull request #42116 from vishh/gpu-experimental-support 2017-03-01 04:52:50 -08:00
e2e_federation [Federation] Remove federat{ed,ion} prefixes from e2e file names since they are all now scoped under the e2e_federation package. 2017-02-28 12:37:49 -08:00
e2e_node Merge pull request #42116 from vishh/gpu-experimental-support 2017-03-01 04:52:50 -08:00
fixtures Add a unit test for applies and idempotent applys to the TPR entries. 2017-02-27 10:22:12 -08:00
images Bump golang versions to 1.7.5 2017-02-21 13:02:16 -08:00
integration Merge pull request #38676 from caesarxuchao/sync-gc 2017-03-01 01:44:02 -08:00
kubemark Merge pull request #41973 from wojtek-t/build_non_alpha_3_0_17_etcd_image 2017-02-28 22:05:59 -08:00
list Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
soak move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
utils Add randomized load test 2017-02-21 16:31:21 +01:00
BUILD auto-generated bazel BUILD file changes 2017-01-19 08:00:52 +05:30
OWNERS Add ncdc to test/OWNERS 2017-02-25 14:08:59 -05:00
test_owners.csv Update tests listed in test/test_owners.py 2017-02-21 14:48:34 -08:00