diff --git a/pipeline/inputs/kubernetes-events.md b/pipeline/inputs/kubernetes-events.md index 1bfb7d134..fe6a3f79f 100644 --- a/pipeline/inputs/kubernetes-events.md +++ b/pipeline/inputs/kubernetes-events.md @@ -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 | |---------------------|---------------------------------------------------------------------------------------|------------------------------------------------------| @@ -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).