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
703dc826
Unverified
Commit
703dc826
authored
May 16, 2018
by
Lucas Käldström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove e2e test for cAdvisor running in the kubelet, as it's deprecated and gonna be removed
parent
f4d07083
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
proxy.go
test/e2e/network/proxy.go
+0
-1
No files found.
test/e2e/network/proxy.go
View file @
703dc826
...
@@ -73,7 +73,6 @@ var _ = SIGDescribe("Proxy", func() {
...
@@ -73,7 +73,6 @@ var _ = SIGDescribe("Proxy", func() {
subresource.
subresource.
*/
*/
framework
.
ConformanceIt
(
"should proxy logs on node using proxy subresource "
,
func
()
{
nodeProxyTest
(
f
,
prefix
+
"/nodes/"
,
"/proxy/logs/"
)
})
framework
.
ConformanceIt
(
"should proxy logs on node using proxy subresource "
,
func
()
{
nodeProxyTest
(
f
,
prefix
+
"/nodes/"
,
"/proxy/logs/"
)
})
It
(
"should proxy to cadvisor using proxy subresource"
,
func
()
{
nodeProxyTest
(
f
,
prefix
+
"/nodes/"
,
":4194/proxy/containers/"
)
})
// using the porter image to serve content, access the content
// using the porter image to serve content, access the content
// (of multiple pods?) from multiple (endpoints/services?)
// (of multiple pods?) from multiple (endpoints/services?)
...
...
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