mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-09 04:19:22 +00:00
change kernelModule.enabled to false
Promote AF_PACKET as the default option and make kernelModule as an explicit option. This is a temporary change, until we bring back ebpf as the default option.
This commit is contained in:
parent
d1cc890cad
commit
b49ca767c9
@ -138,7 +138,7 @@ type CapabilitiesConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type KernelModuleConfig struct {
|
type KernelModuleConfig struct {
|
||||||
Enabled bool `yaml:"enabled" json:"enabled" default:"true"`
|
Enabled bool `yaml:"enabled" json:"enabled" default:"false"`
|
||||||
Image string `yaml:"image" json:"image" default:"kubeshark/pf-ring-module:all"`
|
Image string `yaml:"image" json:"image" default:"kubeshark/pf-ring-module:all"`
|
||||||
UnloadOnDestroy bool `yaml:"unloadOnDestroy" json:"unloadOnDestroy" default:"false"`
|
UnloadOnDestroy bool `yaml:"unloadOnDestroy" json:"unloadOnDestroy" default:"false"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user