-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add karmada lfx 2024 03-Sep-Nov projects
Signed-off-by: changzhen <[email protected]>
- Loading branch information
1 parent
d79af0e
commit f87e5b0
Showing
5 changed files
with
153 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -389,3 +389,68 @@ Expected Outcome: Gadget developers have a way to run unit tests in different ke | |
- Florent Poinsard (@frouioui, [email protected]) | ||
- Matt Lord (@mattlord, [email protected]) | ||
- Upstream Issue: https://github.com/vitessio/website/issues/1798 | ||
|
||
### Karmada | ||
|
||
#### Collect and visualize Karmada metrics | ||
|
||
- Description: Karmada dashboard now supports one-time metric retrieval, but it is difficult to observe the status of multi-clusters with one-time metric retrieval. Therefore, we would like to implement a lightweight metric collection capability to collect Karmada metrics and visualize them on the Karmada dashboard. This will allow cluster administrators to quickly get the status of the clusters and solve problems within the clusters. | ||
- Expected Outcome: | ||
- Metric Collection and Storage Design Document | ||
- Query Analysis Interface & Front-end Visualization | ||
- Recommended Skills: | ||
- Kubernetes | ||
- Go | ||
- gin | ||
- react | ||
- sqlite | ||
- Mentor(s): | ||
- Wenjiang Ding (@warjiang, [email protected]) | ||
- Zhen Chang (@XiShanYongYe-Chang, [email protected]) | ||
- Upstream Issue: https://github.com/karmada-io/dashboard/issues/62 | ||
|
||
#### Enhance Karmada controller-manager and schedule testing coverage | ||
|
||
- Description: Karmada would like to improve the UT coverage of the code to better maintain the quality of the code and reduce the introduction of defects. Increase the UT coverage rate to 50% to 60% (currently, the UT coverage rate is [28.26%](https://app.codecov.io/gh/karmada-io/karmada) ). The entire Karmada repository is a bit large for one project, so we will split it into two projects. The current parts mainly target the `karmada-controller-manager` and `karmada-scheduler` components. | ||
- Expected Outcome: | ||
- Increase the UT (Unit Test) coverage by more than 25% and add more than 4000 lines of code coverage in the following directories. | ||
``` | ||
pkg/controllers | ||
pkg/dependenciesdistributor | ||
pkg/descheduler | ||
pkg/detector | ||
pkg/estimator | ||
pkg/scheduler | ||
pkg/resourceinterpreter | ||
pkg/util | ||
``` | ||
- Recommended Skills: | ||
- Go | ||
- Cloud Native | ||
- Mentor(s): | ||
- Zhen Chang (@XiShanYongYe-Chang, [email protected]) | ||
- Zhuang Zhang (@zhzhuang-zju, [email protected]) | ||
- Upstream Issue: https://github.com/karmada-io/karmada/issues/5235 | ||
|
||
#### Enhance the test coverage for the Karmada search, operator, and webhook components | ||
|
||
- Description: Karmada would like to improve the UT coverage of the code to better maintain the quality of the code and reduce the introduction of defects. Increase the UT coverage rate to 50% to 60% (currently, the UT coverage rate is [28.26%](https://app.codecov.io/gh/karmada-io/karmada) ). The entire Karmada repository is a bit large for one project, so we will split it into two projects. The current focus is mainly on `karmada-search`, `karmada-operator`, `karmada-webhook` components. | ||
- Expected Outcome: | ||
- Increase the UT (Unit Test) coverage by more than 25% and add more than 5500 lines of code coverage except for the following directories. | ||
``` | ||
pkg/controllers | ||
pkg/dependenciesdistributor | ||
pkg/descheduler | ||
pkg/detector | ||
pkg/estimator | ||
pkg/scheduler | ||
pkg/resourceinterpreter | ||
pkg/util | ||
``` | ||
- Recommended Skills: | ||
- Go | ||
- Cloud Native | ||
- Mentor(s): | ||
- Zhen Chang (@XiShanYongYe-Chang, [email protected]) | ||
- Chaosi Pan (@chaosi-zju, [email protected]) | ||
- Upstream Issue: https://github.com/karmada-io/karmada/issues/5236 |