From 65161262bc1d8dcc0e4e3fb1f3d12cb1ed509d4c Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Tue, 25 Jul 2023 13:59:34 -0400 Subject: [PATCH] lfx term 3: add CRI-O projects Signed-off-by: Peter Hunt --- .../lfx-mentorship/2023/03-Sep-Nov/project_ideas.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/programs/lfx-mentorship/2023/03-Sep-Nov/project_ideas.md b/programs/lfx-mentorship/2023/03-Sep-Nov/project_ideas.md index 37f32255..47b7029e 100644 --- a/programs/lfx-mentorship/2023/03-Sep-Nov/project_ideas.md +++ b/programs/lfx-mentorship/2023/03-Sep-Nov/project_ideas.md @@ -30,6 +30,18 @@ - Kevin Hannon, @kannon92, kevin@gr-oss.io - Upstream Issue (URL): https://github.com/armadaproject/armada/issues/2702 +### CRI-O + +#### Add additional log drivers to conmon-rs + +- Description: conmon-rs is a container monitor written in Rust, used by CRI-O to monitor a container's lifecycle. Part of its responsibilities is log forwarding--taking the output of the container and writing that output to various places. Currently, conmon-rs supports one format: the one required by the Kubernetes CRI. The goal of this proposal is to add new log formats from the list of standardized ones, like JSON, Splunk, Journald. +- Expected outcome: A JSON log driver and Journald log driver are added to conmon-rs. A stretch goal of adding a Splunk log driver is also within scope. +- Recommended Skills: Rust, familiarity with containers +- Mentor(s): + - Peter Hunt, haircommander, pehunt@redhat.com + - Sascha Grunert, saschagrunert, sgrunert@redhat.com +- Upstream Issue (URL): https://github.com/containers/conmon-rs/issues/1126 + ### Konveyor #### Extend use-case of detecting deprecated Kubernetes API usage