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
1a3fbf1f
Commit
1a3fbf1f
authored
Nov 16, 2018
by
Renaud Gaubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update e2e tests to include CSI
parent
229418f2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
BUILD
pkg/kubelet/util/pluginwatcher/BUILD
+0
-1
node_ds.yaml
test/e2e/testing-manifests/storage-csi/gce-pd/node_ds.yaml
+1
-1
csi-hostpathplugin.yaml
...sts/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml
+1
-1
device_plugin.go
test/e2e_node/device_plugin.go
+1
-1
No files found.
pkg/kubelet/util/pluginwatcher/BUILD
View file @
1a3fbf1f
...
...
@@ -29,7 +29,6 @@ go_test(
embed = [":go_default_library"],
deps = [
"//pkg/kubelet/apis/pluginregistration/v1:go_default_library",
"//vendor/github.com/fsnotify/fsnotify:go_default_library",
"//vendor/github.com/stretchr/testify/require:go_default_library",
"//vendor/k8s.io/klog:go_default_library",
],
...
...
test/e2e/testing-manifests/storage-csi/gce-pd/node_ds.yaml
View file @
1a3fbf1f
...
...
@@ -60,7 +60,7 @@ spec:
volumes
:
-
name
:
registration-dir
hostPath
:
path
:
/var/lib/kubelet/plugins/
path
:
/var/lib/kubelet/plugins
_registry
/
type
:
Directory
-
name
:
kubelet-dir
hostPath
:
...
...
test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml
View file @
1a3fbf1f
...
...
@@ -65,6 +65,6 @@ spec:
type
:
DirectoryOrCreate
name
:
mountpoint-dir
-
hostPath
:
path
:
/var/lib/kubelet/plugins
path
:
/var/lib/kubelet/plugins
_registry
type
:
Directory
name
:
registration-dir
test/e2e_node/device_plugin.go
View file @
1a3fbf1f
...
...
@@ -53,7 +53,7 @@ var _ = framework.KubeDescribe("Device Plugin [Feature:DevicePlugin][NodeFeature
var
_
=
framework
.
KubeDescribe
(
"Device Plugin [Feature:DevicePluginProbe][NodeFeature:DevicePluginProbe][Serial]"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"device-plugin-errors"
)
testDevicePlugin
(
f
,
true
,
"/var/lib/kubelet/plugins
/
"
)
testDevicePlugin
(
f
,
true
,
"/var/lib/kubelet/plugins
_registry
"
)
})
func
testDevicePlugin
(
f
*
framework
.
Framework
,
enablePluginWatcher
bool
,
pluginSockDir
string
)
{
...
...
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