Skip to content

Commit

Permalink
Merge pull request #495 from redhatrises/ebpf_primary
Browse files Browse the repository at this point in the history
feat: make eBPF primary sensor
  • Loading branch information
redhatrises authored Jun 28, 2024
2 parents 1c10561 + 2883e4e commit 97b2ba3
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 @@ -88,7 +88,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 @@ -139,7 +139,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 @@ -3127,7 +3127,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 97b2ba3

Please sign in to comment.