mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 23:08:35 +00:00
⚡ Add grace period
This commit is contained in:
parent
b9a7cfb4fa
commit
0a00dfbaf5
@ -426,6 +426,9 @@ func postHubStarted(ctx context.Context, kubernetesProvider *kubernetes.Provider
|
|||||||
log.Error().Err(err).Send()
|
log.Error().Err(err).Send()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Grace period
|
||||||
|
time.Sleep(1 * time.Second)
|
||||||
|
|
||||||
// Storage limit
|
// Storage limit
|
||||||
connector.PostStorageLimitToHub(config.Config.Tap.StorageLimitBytes())
|
connector.PostStorageLimitToHub(config.Config.Tap.StorageLimitBytes())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user