Skip to content

Commit

Permalink
Update kubernetes-events.md
Browse files Browse the repository at this point in the history
This is a pretty massive change in the way the plugin works. Sticking this at the bottom in a foot note does not seem appropriate.

The decision to do this initially does make some sense, as 3.1 is not going to be the version that everyone is using. However, over time, this will come to be the dominant behavior, and that behavior should be made clear to the users.

Signed-off-by: Doug Whitfield <[email protected]>
  • Loading branch information
douglasawh authored Aug 29, 2024
1 parent 3ef1d7c commit eb9e52d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipeline/inputs/kubernetes-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Kubernetes exports it events through the API server. This input plugin allows to

## Configuration

NOTE: As of Fluent-Bit 3.1, 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.

| Key | Description | Default |
|---------------------|---------------------------------------------------------------------------------------|------------------------------------------------------|
Expand All @@ -29,8 +30,6 @@ Kubernetes exports it events through the API server. This input plugin allows to
| tls.vhost | Set optional TLS virtual host. | |


- _* As of Fluent-Bit 3.1, 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._

## Threading

This input always runs in its own [thread](../../administration/multithreading.md#inputs).
Expand Down

0 comments on commit eb9e52d

Please sign in to comment.