mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Remove e2e test for cAdvisor running in the kubelet, as it's deprecated and gonna be removed
This commit is contained in:
parent
f4d0708341
commit
703dc826bf
@ -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?)
|
||||||
|
Loading…
Reference in New Issue
Block a user