Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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