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

Fix: make build should build kmeshctl #1214

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adwait-godbole
Copy link

@adwait-godbole adwait-godbole commented Jan 29, 2025

Fixes #1113

/kind bug

NONE

@kmesh-bot kmesh-bot added the kind/bug Something isn't working label Jan 29, 2025
@kmesh-bot kmesh-bot added the kind/enhancement New feature or request label Jan 29, 2025
@kmesh-bot kmesh-bot requested a review from hzxuzhonghu January 29, 2025 18:46
@kmesh-bot
Copy link
Collaborator

@adwait-godbole: The label(s) kind/documentation cannot be applied, because the repository doesn't have them.

In response to this:

Fixes #1113

/kind bug
/kind enhancement
/kind documentation

NONE

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@kmesh-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kevin-wangzefeng for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot
Copy link
Collaborator

Welcome @adwait-godbole! It looks like this is your first PR to kmesh-net/kmesh 🎉

Signed-off-by: adwait-godbole <[email protected]>
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@114428f). Learn more about missing BASE report.
Report is 6 commits behind head on main.

Files with missing lines Coverage Δ
pkg/nets/nets.go 23.93% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 114428f...a698491. Read the comment docs.

@@ -17,5 +17,6 @@ COPY out/oncn-mda.conf /etc/oncn-mda/
COPY out/kmesh-daemon /usr/bin/
COPY out/kmesh-cni /usr/bin/
COPY out/mdacore /usr/bin/
COPY out/kmeshctl /usr/bin/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it, kmeshctl is not needed by the docker image

@@ -23,4 +23,5 @@ COPY --from=builder /kmesh/oncn-mda/etc/oncn-mda.conf /usr/share/oncn-mda/
COPY --from=builder /usr/bin/kmesh-daemon /usr/bin/
COPY --from=builder /usr/bin/kmesh-cni /usr/bin/
COPY --from=builder /usr/bin/mdacore /usr/bin/
COPY --from=builder /usr/bin/kmeshctl /usr/bin/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working kind/enhancement New feature or request size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make build should build kmeshctl
3 participants