You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`kube_token_ttl`| Kubernetes token time to live, until it's reread from the token file. |`10m`|
22
+
|`kube_token_ttl`| Kubernetes token time to live, until it's read again from the token file. |`10m`|
23
23
|`kube_request_limit`| Kubernetes limit parameter for events query, no limit applied when set to `0`. |`0`|
24
24
|`kube_retention_time`| Kubernetes retention time for events. |`1h`|
25
25
|`kube_namespace`| Kubernetes namespace to query events from. |`all`|
26
26
|`tls.debug`| Debug level between `0` (nothing) and `4` (every detail). |`0`|
27
27
|`tls.verify`| Enable or disable verification of TLS peer certificate. |`On`|
28
28
|`tls.vhost`| Set optional TLS virtual host. |_none_|
29
29
30
-
In FluentBit 3.1 or later, this plugin uses a Kubernetes watch stream instead of polling. In versions before 3.1, the interval parameters are used for reconnecting the Kubernetes watch stream.
30
+
In Fluent Bit 3.1 or later, this plugin uses a Kubernetes watch stream instead of polling. In versions earlier than 3.1, the interval parameters are used for reconnecting the Kubernetes watch stream.
31
31
32
32
## Threading
33
33
@@ -37,11 +37,11 @@ This input always runs in its own [thread](../../administration/multithreading.m
37
37
38
38
### Kubernetes service account
39
39
40
-
The Kubernetes service account used by Fluent Bit must have `get`, `list`, and `watch` permissions to `namespaces` and `pods` for the namespaces watched in the `kube_namespace` configuration parameter. If you're using the helm chart to configure Fluent Bit, this role is included.
40
+
The Kubernetes service account used by Fluent Bit must have `get`, `list`, and `watch` permissions to `namespaces` and `pods` for the namespaces watched in the `kube_namespace` configuration parameter. If you're using the Helm chart to configure Fluent Bit, this role is included.
41
41
42
42
### Basic configuration file
43
43
44
-
In the following configuration file, the Kubernetes events plugin collects events every `5` seconds (default for `interval_nsec`) and exposes them through the [standard output plugin](../outputs/standard-output.md) on the console.
44
+
In the following configuration file, the Kubernetes events plugin collects events every `5` seconds (default for `interval_nsec`) and exposes them through the [standard output plugin](../outputs/standard-output.md) on the console:
0 commit comments