Skip to content

Commit

Permalink
feat: make eBPF primary sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Feb 16, 2024
1 parent ecb5f5d commit 46bafd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/falcon/v1alpha1/falconnodesensor_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type FalconNodeSensorConfig struct {
SensorResources Resources `json:"resources,omitempty"`

// Sets the backend to be used by the DaemonSet Sensor.
// +kubebuilder:default=kernel
// +kubebuilder:default=bpf
// +kubebuilder:validation:Enum=kernel;bpf
// +operator-sdk-csv:customresourcedefinitions:type=spec,order=10
Backend string `json:"backend,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
description: Various configuration for DaemonSet Deployment
properties:
backend:
default: kernel
default: bpf
description: Sets the backend to be used by the DaemonSet Sensor.
enum:
- kernel
Expand Down
2 changes: 1 addition & 1 deletion deploy/falcon-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2747,7 +2747,7 @@ spec:
description: Various configuration for DaemonSet Deployment
properties:
backend:
default: kernel
default: bpf
description: Sets the backend to be used by the DaemonSet Sensor.
enum:
- kernel
Expand Down

0 comments on commit 46bafd1

Please sign in to comment.