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

The binary size of kmeshctl seems too large #946

Open
YaoZengzeng opened this issue Oct 12, 2024 · 1 comment
Open

The binary size of kmeshctl seems too large #946

YaoZengzeng opened this issue Oct 12, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@YaoZengzeng
Copy link
Member

Task description:

The binary size of kmeshctl as follows:

root@dev:~# ls -lh /usr/local/bin/kmeshctl 
-rwxr-xr-x 1 root root 110M Oct 11 08:11 /usr/local/bin/kmeshctl

In contrast, the binary size of istioctl is:

root@dev:~# ls -lh /usr/local/bin/istioctl 
-rwxr-xr-x 1 root root 87M Sep 24 11:54 /usr/local/bin/istioctl

size of kubectl is:

root@dev:~# ls -lh /usr/local/bin/kubectl 
-rwxr-xr-x 1 root root 46M Sep 24 07:05 /usr/local/bin/kubectl

size of kmesh-daemon:

[root@kmesh-p6cb9 kmesh]# ls -lh /usr/bin/kmesh-daemon 
-r-xr--r-- 1 root root 120M Oct  8 02:59 /usr/bin/kmesh-daemon

Solution:

Maybe optimize go compilation options or remove unnecessary dependencies?

Who can join or take the task:

The good first issue is intended for first-time contributors to get started on his/her contributor journey.

After a contributor has successfully completed 1-2 good first issue's,
they should be ready to move on to help wanted items, saving the remaining good first issue for other new contributors.

How to join or take the task:

Just reply on the issue with the message /assign in a separate line.

Then, the issue will be assigned to you.

How to ask for help:

If you need help or have questions, please feel free to ask on this issue.
The issue author or other members of the community will guide you through the contribution process.

@YaoZengzeng YaoZengzeng added the good first issue Good for newcomers label Oct 12, 2024
@hzxuzhonghu
Copy link
Member

https://github.com/loov/goda And many other similar tools are there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants