Skip to content

Commit a53b0a2

Browse files
committed
feat: use bpf as the default backend
1 parent 217cc84 commit a53b0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm-charts/falcon-sensor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The following tables lists the more common configurable parameters of the chart
118118
| Parameter | Description | Default |
119119
| :-------------------------------- | :--------------------------------------------------------------------- | :---------------------------------------------------------------------- |
120120
| `node.enabled` | Enable installation on the Kubernetes node | `true` |
121-
| `node.backend` | Choose sensor backend (`kernel`,`bpf`). Sensor 6.49+ only | kernel |
121+
| `node.backend` | Choose sensor backend (`kernel`,`bpf`). Sensor 6.49+ only | bpf |
122122
| `node.gke.autopilot` | Enable if running on GKE Autopilot clusters | `false` |
123123
| `node.image.repository` | Falcon Sensor Node registry/image name | `falcon-node-sensor` |
124124
| `node.image.tag` | The version of the official image to use | `latest` (Use node.image.digest instead for security and production) |

helm-charts/falcon-sensor/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node:
77
enabled: true
88

99
# Overrides the backend leveraged by the Falcon Sensor (kernel, bpf)
10-
backend: kernel
10+
backend: bpf
1111

1212
# Enable for use on Google's GKE Autopilot clusters
1313
gke:

0 commit comments

Comments
 (0)