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

This commit is contained in:
Lucas Käldström 2018-05-16 10:39:07 +01:00
parent f4d0708341
commit 703dc826bf
No known key found for this signature in database
GPG Key ID: 3FA3783D77751514

View File

@ -73,7 +73,6 @@ var _ = SIGDescribe("Proxy", func() {
subresource.
*/
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
// (of multiple pods?) from multiple (endpoints/services?)