cloud-ark / cloud-ark/kubeplus
Repository clean-up
Open
- Dominant language
- Go
- Stars
- 756
- Forks
- 95
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 7
Description
## Issue
* The size of the repository is more than 6 GB at the moment. We need to clean up the files which are not relevant or required for Kubeplus to work.
```
$ curl -s https://api.github.com/repos/cloud-ark/kubeplus | jq '.size' | numfmt --to=iec --from-unit=1024
6.6G
```
Contributor guide
Research direction
Start by inspecting the repository contents and measuring its size with the curl, jq, and numfmt command shown in the issue. Identify files that are not required for Kubeplus to work, then verify that the repository is substantially smaller without affecting its operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100