Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9a05af55
Commit
9a05af55
authored
Feb 22, 2018
by
Jiaying Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gke nvidia-gpu-device-plugin to the latest version that supports
both v1alpha and v1beta1 device plugin versions. Re-enables nvidia-gpus e2e test after verifying the test passes now.
parent
456ebf5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
daemonset.yaml
cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml
+1
-1
nvidia-gpus.go
test/e2e/scheduling/nvidia-gpus.go
+0
-2
No files found.
cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml
View file @
9a05af55
...
@@ -36,7 +36,7 @@ spec:
...
@@ -36,7 +36,7 @@ spec:
hostPath
:
hostPath
:
path
:
/dev
path
:
/dev
containers
:
containers
:
-
image
:
"
k8s.gcr.io/nvidia-gpu-device-plugin@sha256:0
e79da6998a61257585e0d3fb5848240129f0fa5b4ad972dfed4049448093c33
"
-
image
:
"
k8s.gcr.io/nvidia-gpu-device-plugin@sha256:0
842734032018be107fa2490c98156992911e3e1f2a21e059ff0105b07dd8e9e
"
command
:
[
"
/usr/bin/nvidia-gpu-device-plugin"
,
"
-logtostderr"
]
command
:
[
"
/usr/bin/nvidia-gpu-device-plugin"
,
"
-logtostderr"
]
name
:
nvidia-gpu-device-plugin
name
:
nvidia-gpu-device-plugin
resources
:
resources
:
...
...
test/e2e/scheduling/nvidia-gpus.go
View file @
9a05af55
...
@@ -154,8 +154,6 @@ func getGPUsAvailable(f *framework.Framework) int64 {
...
@@ -154,8 +154,6 @@ func getGPUsAvailable(f *framework.Framework) int64 {
}
}
func
SetupNVIDIAGPUNode
(
f
*
framework
.
Framework
,
setupResourceGatherer
bool
)
*
framework
.
ContainerResourceGatherer
{
func
SetupNVIDIAGPUNode
(
f
*
framework
.
Framework
,
setupResourceGatherer
bool
)
*
framework
.
ContainerResourceGatherer
{
Skip
(
"Temporarily disable the test till we update the device plugin image"
)
// Skip the test if the base image is not COS.
// Skip the test if the base image is not COS.
// TODO: Add support for other base images.
// TODO: Add support for other base images.
// CUDA apps require host mounts which is not portable across base images (yet).
// CUDA apps require host mounts which is not portable across base images (yet).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment