mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 16:24:54 +00:00
Fix: acceptance tests (#539)
This commit is contained in:
parent
397d3931ad
commit
3b69508581
@ -613,7 +613,7 @@ func watchApiServerPod(ctx context.Context, kubernetesProvider *kubernetes.Provi
|
|||||||
if !config.Config.HeadlessMode {
|
if !config.Config.HeadlessMode {
|
||||||
uiUtils.OpenBrowser(url)
|
uiUtils.OpenBrowser(url)
|
||||||
}
|
}
|
||||||
case "FailedScheduling", "Failed", "Killing":
|
case "FailedScheduling", "Failed":
|
||||||
logger.Log.Errorf(uiUtils.Error, fmt.Sprintf("Mizu API Server status: %s - %s", event.Reason, event.Note))
|
logger.Log.Errorf(uiUtils.Error, fmt.Sprintf("Mizu API Server status: %s - %s", event.Reason, event.Note))
|
||||||
cancel()
|
cancel()
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user