Skip to content

Commit

Permalink
adding more Kyverno
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u committed Aug 2, 2024
1 parent 3a1fa21 commit fd93d9b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 26 additions & 0 deletions programs/lfx-mentorship/2024/03-Sep-Nov/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,32 @@ CNCF - KubeEdge: Integrate KubeEdge, Sedna, and Volcano for Efficient Task Sched

### 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: https://mentorship.lfx.linuxfoundation.org/project/6d3ce005-6d61-48ad-a50c-00e3bed91c29

#### 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
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/0f2bbc4b-6caa-42fa-a697-d20c1e89ca09

#### Kyverno CLI for the Mutate Existing Rule

CNCF - Kyverno: Kyverno CLI for the Mutate Existing Rule (2024 Term 3)
Expand Down
26 changes: 0 additions & 26 deletions programs/lfx-mentorship/2024/03-Sep-Nov/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,4 @@

## 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
- LFX URL:

0 comments on commit fd93d9b

Please sign in to comment.