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

add KubeEdge project ideas for LFX March - May term #1124

Merged
merged 2 commits into from
Jan 25, 2024
Merged
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
43 changes: 43 additions & 0 deletions programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,49 @@ We want to leverage the above for creating a plugin which will allow users to se
- Anurag Kumar (@kranurag7, [email protected])
- Upstream Issue: https://github.com/kubearmor/KubeArmor/issues/1390

### KubeEdge

#### Auto Generate KubeEdge API Document

- Description: KubeEdge has introduced several custom APIs, but currently, there is no corresponding API documentation available. We would like to implement automated generation of API documentation and display it on the website documentation to assist users in quickly understanding the APIs and help developers reduce maintenance costs.
- Expected Outcome: A tool for automatically generating API documentation.
- Recommended Skills: Golang, Kubernetes, Swagger
- Mentor(s):
- Shelley Bao (@Shelley-BaoYue, [email protected])
- Fisher Xu (@fisherxu, [email protected])
- Upstream Issue: https://github.com/kubeedge/kubeedge/issues/5159

#### Image PrePull Feature Enhancement

- Description: In the latest release, KubeEdge has implemented the ability for image pre pull. However, each task execution only supports images from the same image repository currently. We hope to enhance this feature to support capabilities like overriding images and secrets, complete end-to-end tests for this feature.
- Expected Outcome: Support image and secret override in image pre pull feature. And E2e tests for this feature are added.
- Recommended Skills: Golang, Kubernetes, KubeEdge
- Mentor(s):
- Shelley Bao (@Shelley-BaoYue, [email protected])
- Fisher Xu (@fisherxu, [email protected])
- Upstream Issue: https://github.com/kubeedge/kubeedge/issues/5341

#### Keadm Tool Enhancement

- Description: Keadm(KubeEdge installation tool) now only supports configuring a subset of parameters during EdgeCore installation. We would like to support specifying parameters using `--set` or directly using an existing local configuration file to achieve full parameter configuration and meet the users' requirements.
- Expected Outcome: Users can use `keadm join --set` or specify the local `edgecore.yaml` to configure EdgeCore.
- Recommended Skills: Golang, Kubernetes, KubeEdge
- Mentor(s):
- Willard Hu (@WillardHu, [email protected])
- Shelley Bao (@Shelley-BaoYue, [email protected])
- Upstream Issue: https://github.com/kubeedge/kubeedge/issues/5317

#### Support latest version in keink and run demo on keink

- Description: keink(represent for KubeEdge IN kind) is a project for running local KubeEdge clusters using Docker container "nodes", so developers can install a multi-node
edge cluster in one node. Now we need to support the latest version installation in keink.
- Expected Outcome: keink can install the latest version of KubeEdge and developers can quickly use keink to run kubeedge, and then develop applications on KubeEdge.
- Recommended Skills: Kubernetes, KubeEdge, Golang
- Mentor(s):
- Fisher Xu (@fisherxu, [email protected])
- Shelley Bao (@Shelley-BaoYue, [email protected])
- Upstream Issue: https://github.com/kubeedge/keink/issues/8

### KubeVela

#### Support versioning for definitions
Expand Down