Merge pull request #12913 from gmarek/remove_healthcheck

Remove unused (?) HealthCheck from KubeletClient
This commit is contained in:
Saad Ali
2015-08-19 14:49:00 -07:00
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/") })