mirror of https://github.com/k3s-io/k3s
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 @pioszpull/6/head
commit
454f60c758
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue