Adding an installer script that installs Nvidia drivers in Container Optimized OS

Packaged the script as a docker container stored in gcr.io/google-containers
A daemonset deployment is included to make it easy to consume the installer
A cluster e2e has been added to test the installation daemonset along with verifying installation
by using a sample CUDA application.
Node e2e for GPUs updated to avoid running on nodes without GPU devices.

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan
2017-04-28 17:48:36 -07:00
parent 95ce463e95
commit 1e77594958
19 changed files with 665 additions and 14 deletions

View File

@@ -48,7 +48,8 @@ go-bindata -nometadata -o "${BINDATA_OUTPUT}.tmp" -pkg generated \
"examples/..." \
"test/e2e/testing-manifests/..." \
"test/images/..." \
"test/fixtures/..."
"test/fixtures/..." \
"cluster/gce/gci/nvidia-gpus/..."
gofmt -s -w "${BINDATA_OUTPUT}.tmp"