From 32bc1e3d6429b3116b2ebcfa81071ae04dd5d822 Mon Sep 17 00:00:00 2001 From: shuting Date: Wed, 24 Jul 2024 16:10:42 +0800 Subject: [PATCH] 24' Fall - Add Kyverno project ideas (#1273) * add kyverno project ideas Signed-off-by: ShutingZhao * add co-mentors Signed-off-by: ShutingZhao --------- Signed-off-by: ShutingZhao --- .../2024/03-Sep-Nov/project_ideas.md | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md index d5cb8e50..40f97f16 100644 --- a/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md +++ b/programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md @@ -235,4 +235,30 @@ Expected Outcome: Gadget developers have a way to run unit tests in different ke - Mentor(s): - Yuri Shkuro (@yurishkuro, github@ysh.us) - Jonah Kowall (@jkowall, jkowall@kowall.net -- Upstream Issue: https://github.com/jaegertracing/jaeger/issues/5767 \ No newline at end of file +- Upstream Issue: https://github.com/jaegertracing/jaeger/issues/5767 + +### Kyverno + +#### Kyverno CLI for the Mutate Existing Rule + +- Description: Support the mutate existing rule in Kyverno CLI. +- Expected Outcome: Allow users to be able to apply mutate existing policies to resources from 1. file systems; 2. clusters. +- Recommended Skills: Golang, Kubernetes, Cobra +- Mentor(s): + - Shuting Zhao (@realshuting, shuting@nirmata.com) + - Mariam Fahmy (@MariamFahmy98, mariam@nirmata.com) +- Upstream Issue: https://github.com/kyverno/kyverno/issues/4354 + + +#### Policy Exceptions 3.0 + +- Description: Support some enhancements to Policy Exceptions. +- Expected Outcome: +1. Support list of PolicyException namespaces (--exceptionNamespace flag) +2. PolicyExceptions to have a status object and report readiness in printer column +3. Support imageReferences in Policy Exceptions for verify image rules +- Recommended Skills: Golang, Kubernetes +- Mentor(s): + - Mariam Fahmy (@MariamFahmy98, mariam@nirmata.com) + - Shuting Zhao (@realshuting, shuting@nirmata.com) +- Upstream Issue: https://github.com/kyverno/kyverno/issues/9478 \ No newline at end of file