kubernetes package is very large
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 692
- PR merge metrics
- No merged PRs in 30d
Description
Current kubernetes rpm is about 800MB, which is quite significant.
It looks like a lot of it comes from the fact that both hyperkube and individual binaries for the various tools it embeds.
It could make sense to not package those individual binaries and instead create links to hyperkube for each of them.
That would apply to:
- kube-aggregator (35MB)
- kube-apiserver (117MB)
- kube-controller-manager (78MB)
- kube-proxy (42MB)
- kube-scheduler (45MB)
- kubectl (44MB)
- kubelet (104MB)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.