From afa81e7be93c15610cdca0ed270fd0663b444665 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Mon, 30 Sep 2024 23:06:21 +0300 Subject: [PATCH] Update README with resource guard configuration (#1623) --- helm-chart/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/README.md b/helm-chart/README.md index be5dfe04e..9bda134b8 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -172,6 +172,7 @@ Please refer to [metrics](./metrics.md) documentation for details. | `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` | +| `tap.resourceGuard.enabled` | Enable resource guard worker process, which watches RAM/disk usage and enables/disables traffic capture based on available resources | `false` | | `tap.sentry.enabled` | Enable sending of error logs to Sentry | `false` | | `tap.sentry.environment` | Sentry environment to label error logs with | `production` | | `tap.defaultFilter` | Sets the default dashboard KFL filter (e.g. `http`). By default, this value is set to filter out noisy protocols such as DNS, UDP, ICMP and TCP. The user can easily change this in the Dashboard. You can also change this value to change this behavior. | `"!dns and !tcp and !udp and !icmp"` |