Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the 3.1 notes more prominent in kubernetes-events.md as this is a breaking change #1449

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
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
5 changes: 3 additions & 2 deletions pipeline/inputs/kubernetes-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Kubernetes exports it events through the API server. This input plugin allows to

## Configuration

Note: Starting with Fluent Bit 3.1, the Kubernetes Events plugin uses a Kubernetes
watch stream instead of polling. Previous versions use the interval parameters for
reconnecting the Kubernetes watch stream.

| Key | Description | Default |
|---------------------|---------------------------------------------------------------------------------------|------------------------------------------------------|
Expand All @@ -29,8 +32,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