Merge pull request #36506 from Crassirostris/kibana-test-fix

Automatic merge from submit-queue

Fix kibana e2e test

Thanks @Random-Liu for noticing a problem in kibana e2e test!

Fix https://github.com/kubernetes/kubernetes/issues/36402

@piosz
pull/6/head
Kubernetes Submit Queue 2016-11-12 19:07:05 -08:00 committed by GitHub
commit 454f60c758
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ func ClusterLevelLoggingWithKibana(f *framework.Framework) {
proxyRequest, errProxy := framework.GetServicesProxyRequest(f.ClientSet, f.ClientSet.Core().RESTClient().Get())
if errProxy != nil {
framework.Logf("After %v failed to get services proxy request: %v", time.Since(start), errProxy)
err = errProxy
continue
}
// Query against the root URL for Kibana.