-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Client (VX-83) #15
Conversation
sufuf3
commented
Jun 5, 2018
- FindNetworkNamespacePath
- ConnectBridge
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
=======================================
Coverage 84.53% 84.53%
=======================================
Files 7 7
Lines 181 181
=======================================
Hits 153 153
Misses 19 19
Partials 9 9 Continue to review full report at Codecov.
|
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.
Please follow VX-82 to implement the design
client/main.go
Outdated
if err != nil { | ||
log.Fatalf("There is something wrong with find network namespace pathpart.\n %v", err) | ||
} | ||
if n.Success == true { |
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.
Could use
if n.Success {
...
}
febbba4
to
45f7a6a
Compare
Rebase |
我先暫時用我自己的 docker hub 跟這個 repo 連結,來自動 build docker image. |
- Update client code to deal with multi-veth and change to socket - Add k8s pod yaml for testing - Add init container dockerfile with network controller client binary file - Update server from tcp to unix domain socket
…nd we want to use
- Remove unused makefile target - Exit the clinet if the gRCP call fail