Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24' Fall - Add Kyverno project ideas (part 2) #1293

Merged
merged 5 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions programs/lfx-mentorship/2024/03-Sep-Nov/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ CNCF - Kyverno: Kyverno CLI for the Mutate Existing Rule (2024 Term 3)
- Recommended Skills: Golang, Kubernetes, Cobra
- Mentor(s):
- Shuting Zhao (@realshuting, [email protected])
- Mariam Fahmy (@MariamFahmy98, [email protected])
- Mariam Fahmy (@MariamFahmy98, mariam.fahmy@nirmata.com)
- Upstream Issue: https://github.com/kyverno/kyverno/issues/4354
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/56bf0ae9-a919-42df-bd0e-e3d6910cbeef

Expand All @@ -656,7 +656,7 @@ CNCF - Kyverno: Policy Exceptions 3.0 (2024 Term 3)
3. Support imageReferences in Policy Exceptions for verify image rules
- Recommended Skills: Golang, Kubernetes
- Mentor(s):
- Mariam Fahmy (@MariamFahmy98, [email protected])
- Mariam Fahmy (@MariamFahmy98, mariam.fahmy@nirmata.com)
- Shuting Zhao (@realshuting, [email protected])
- Upstream Issue: https://github.com/kyverno/kyverno/issues/9478
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/5632d7c3-a383-4e31-816a-7b38d89a327f
Expand Down
27 changes: 27 additions & 0 deletions programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,30 @@
---

## Proposed Project ideas

### Kyverno

#### Cleanup policy - Add deletion propagation support

- Description: Support specifying the deletion propagation policy in cleanup policies and TTL-based cleanup.
- Expected Outcome:
1. Support specifying the deletion propagation policy in cleanup policies
2. Support specifying the deletion propagation policy with TTL-based cleanup
- Recommended Skills: Golang, Kubernetes
- Mentor(s):
- Charles-Edouard Brétéché (@eddycharly, [email protected])
- Vishal Choudhary (@vishal-chdhry, [email protected])
- Upstream Issue: https://github.com/kyverno/kyverno/issues/10755
- LFX URL:

#### Controller autogen - Implement new approach to autogen

- Description: Implement a new policy rules autogen system based on extracting the pod spec from higher-level controllers.
- Expected Outcome:
1. The new system works by applying the same rules on the extracted pod spec instead of generating new rules for higher-level controllers
2. The system treats pods and higher-level controllers exactly the same from a policy stand point
- Recommended Skills: Golang, Kubernetes
- Mentor(s):
- Charles-Edouard Brétéché (@eddycharly, [email protected])
- Vishal Choudhary (@vishal-chdhry, [email protected])
- Upstream Issue: https://github.com/kyverno/kyverno/issues/10756
Loading