-
Notifications
You must be signed in to change notification settings - Fork 210
Implement DLB plugin #733
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
Implement DLB plugin #733
Conversation
a37c5c4
to
63c2e51
Compare
2e63016
to
eb35106
Compare
@hj-johannes-lee image build is still failing, PTAL |
7a613d4
to
5d6b405
Compare
Codecov Report
@@ Coverage Diff @@
## main #733 +/- ##
==========================================
+ Coverage 60.06% 60.51% +0.44%
==========================================
Files 32 33 +1
Lines 2782 2816 +34
==========================================
+ Hits 1671 1704 +33
- Misses 1028 1029 +1
Partials 83 83
Continue to review full report at Codecov.
|
I do not understand actually why docker build get succeeded and buildah doesn't in the main repo.. , but I found the way to solve the error.. It is because of tar ownership matter as you can see,, and I can remove the error by putting the --no-same-owner for tar command. But I do not know whether it is a proper solution or not.! |
@hj-johannes-lee the solution looks ok to me. Please, submit a PR. |
6129a2f
to
2c3b13d
Compare
d1d4931
to
2b732f6
Compare
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
7e772d8
to
3209f3f
Compare
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
3209f3f
to
3118611
Compare
Document DLB plugin Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
3118611
to
b03227f
Compare
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.
LGTM
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.
lgtm
DLB plugin enables Dynamic Load Balancer accelerator.