From 7751eff56aa84ea7b6433e7d86b4d1921edf89d5 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos <nacho.barrientos@cern.ch> Date: Tue, 18 Mar 2025 16:13:03 +0100 Subject: [PATCH] Add note about the events flow being stateless --- docs/logs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/logs.md b/docs/logs.md index fba63d6..d25cc8e 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -157,3 +157,6 @@ events: Events are shipped with `monit_type` set to `kubernetes_events` for easy filtering. + +Please note that the flow is stateless and only events newer than one +minute before pod restarts will be submitted for further processing. -- GitLab