-
Notifications
You must be signed in to change notification settings - Fork 93
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
base: main
Are you sure you want to change the base?
Conversation
@adwait-godbole: The label(s) In response to this:
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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Welcome @adwait-godbole! It looks like this is your first PR to kmesh-net/kmesh 🎉 |
Signed-off-by: adwait-godbole <[email protected]>
Signed-off-by: adwait-godbole <[email protected]>
2db9afb
to
a698491
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Continue to review full report in Codecov by Sentry.
|
@@ -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/ |
There was a problem hiding this comment.
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/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
Fixes #1113
/kind bug