mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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.
|
||||
*/
|
||||
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?)
|
||||
|
Loading…
Reference in New Issue
Block a user