mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-31 10:11:59 +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):
|
||||
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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user