Remove e2e test for cAdvisor running in the kubelet, as it's deprecated and gonna be removed

parent f4d07083
...@@ -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?)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment