mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-02 03:00:41 +00:00
Update mizu.go
This commit is contained in:
@@ -90,7 +90,7 @@ func createPodAndPortForward(ctx context.Context, kubernetesProvider *kubernetes
|
|||||||
|
|
||||||
case <- time.After(10 * time.Second):
|
case <- time.After(10 * time.Second):
|
||||||
if !isPodReady {
|
if !isPodReady {
|
||||||
fmt.Printf("error: %s pod was not ready in time!", podName)
|
fmt.Printf("error: %s pod was not ready in time", podName)
|
||||||
cancel()
|
cancel()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user