mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-11 13:23:03 +00:00
🔥 Remove the grace period
This commit is contained in:
parent
5ce10b626f
commit
9a37781355
@ -431,10 +431,6 @@ func postHubStarted(ctx context.Context, kubernetesProvider *kubernetes.Provider
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error().Err(err).Send()
|
log.Error().Err(err).Send()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Grace period
|
|
||||||
log.Info().Msg("Waiting for worker containers...")
|
|
||||||
time.Sleep(5 * time.Second)
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// Storage limit
|
// Storage limit
|
||||||
|
Loading…
Reference in New Issue
Block a user