mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-31 08:20:25 +00:00
.
This commit is contained in:
parent
18c1473bd9
commit
77e01da6e8
@ -258,7 +258,7 @@ func portForwardApiPod(ctx context.Context, kubernetesProvider *kubernetes.Provi
|
||||
log.Fatal(fmt.Sprintf("Failed parsing the URL %v\n", err))
|
||||
}
|
||||
if _, err := http.Get(u.String()); err != nil {
|
||||
fmt.Printf("error sending upload entries req %v, type: %T \n", err, err)
|
||||
fmt.Printf("error sending upload entries req %v\n", err)
|
||||
} else {
|
||||
fmt.Printf(mizu.Purple, "Traffic is uploading to UP9 for further analsys")
|
||||
fmt.Println()
|
||||
|
Loading…
Reference in New Issue
Block a user