Slow start (#1576)

* Start `ExcludedNamespaces` empty by default

* Started Kubeshark with tap.stopped true by default

* Revert "Start `ExcludedNamespaces` empty by default"

This reverts commit 7de515dd3a.

* Start with traffic capture paused by default
Remove any namespaces to exclude by default
This commit is contained in:
Alon Girmonsky
2024-08-06 15:39:42 -07:00
committed by GitHub
parent 5089e9ccb8
commit 32136520d8
4 changed files with 5 additions and 7 deletions

View File

@@ -16,9 +16,6 @@ const (
func CreateDefaultConfig() ConfigStruct {
return ConfigStruct{
Tap: configStructs.TapConfig{
ExcludedNamespaces: []string{
"kube-system",
},
NodeSelectorTerms: []v1.NodeSelectorTerm{
{
MatchExpressions: []v1.NodeSelectorRequirement{