Remove unused (?) HealthCheck from KubeletClient

This commit is contained in:
gmarek
2015-08-19 13:20:33 +02:00
parent b5a4a548df
commit 33c894a6ae
4 changed files with 2 additions and 105 deletions

View File

@@ -52,6 +52,7 @@ func proxyContext(version string) {
f := NewFramework("proxy")
prefix := "/api/" + version
// Port here has to be kept in sync with default kubelet port.
It("should proxy logs on node with explicit kubelet port", func() { nodeProxyTest(f, version, ":10250/logs/") })
It("should proxy logs on node", func() { nodeProxyTest(f, version, "/logs/") })