mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-01 00:35:31 +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 {
|
||||
log.Error().Err(err).Send()
|
||||
}
|
||||
|
||||
// Grace period
|
||||
log.Info().Msg("Waiting for worker containers...")
|
||||
time.Sleep(5 * time.Second)
|
||||
} else {
|
||||
|
||||
// Storage limit
|
||||
|
Loading…
Reference in New Issue
Block a user