From d1cc890cad45b7cb5cc0a209fb46f78bbbfbfa60 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Fri, 31 May 2024 12:18:44 -0700 Subject: [PATCH] set kernelModule.enabled default value to false As a temporary remady: 1. ebpf and pf-ring become explicit options 2. af_packet becomes the default option --- helm-chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/README.md b/helm-chart/README.md index aa4cc0143..709ca0a17 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -165,7 +165,7 @@ Please refer to [metrics](./metrics.md) documentation for details. | `tap.ingress.annotations` | `Ingress` annotations | `{}` | | `tap.ipv6` | Enable IPv6 support for the front-end | `true` | | `tap.debug` | Enable debug mode | `false` | -| `tap.kernelModule.enabled` | Use PF_RING kernel module([details](PF_RING.md)) | `true` | +| `tap.kernelModule.enabled` | Use PF_RING kernel module([details](PF_RING.md)) | `false` | | `tap.kernelModule.image` | Container image containing PF_RING kernel module with supported kernel version([details](PF_RING.md)) | "kubeshark/pf-ring-module:all" | | `tap.kernelModule.unloadOnDestroy` | Create additional container which watches for pod termination and unloads PF_RING kernel module. | `false`| | `tap.telemetry.enabled` | Enable anonymous usage statistics collection | `true` |