From eb9e52d9d79fe8f445c464df657d27cbe015ee39 Mon Sep 17 00:00:00 2001 From: Doug Whitfield Date: Thu, 29 Aug 2024 09:58:37 -0500 Subject: [PATCH 1/2] Update kubernetes-events.md 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 --- pipeline/inputs/kubernetes-events.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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). From 62bfca7bfae35c050ec8506629df2afd8f8c5f9a Mon Sep 17 00:00:00 2001 From: Doug Whitfield Date: Fri, 30 Aug 2024 09:16:50 -0500 Subject: [PATCH 2/2] Update pipeline/inputs/kubernetes-events.md This language much better than my original PR. All I *had* done is take what was in there, reformat it slightly, and move it to the top. Co-authored-by: Adam Locke Signed-off-by: Doug Whitfield --- pipeline/inputs/kubernetes-events.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pipeline/inputs/kubernetes-events.md b/pipeline/inputs/kubernetes-events.md index fe6a3f79f..dd8f716ed 100644 --- a/pipeline/inputs/kubernetes-events.md +++ b/pipeline/inputs/kubernetes-events.md @@ -9,7 +9,9 @@ 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. +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 | |---------------------|---------------------------------------------------------------------------------------|------------------------------------------------------|