-
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 the deployment yaml files for client/server #39
Conversation
hwchiu
commented
Jun 12, 2018
- use the shard for /run (for netns/docker.sock/ovsdb.sock)
- fix the image
- fix the command and args
- add the log in server/client
- install sudo in dockerfile for ovs-vsctl
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
=======================================
Coverage 86.81% 86.81%
=======================================
Files 7 7
Lines 182 182
=======================================
Hits 158 158
Misses 15 15
Partials 9 9 Continue to review full report at Codecov.
|
deploy/server/unix-daemonset.yaml
Outdated
- mountPath: /tmp/ | ||
name: grpc-sock | ||
volumes: | ||
- name: docker-sock | ||
hostPath: | ||
path: /var/run/docker.sock | ||
path: /run |
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.
這邊可以拆細一點分開掛
1. use the shard for /run (for netns/docker.sock/ovsdb.sock) 2. fix the image 3. fix the command and args 4. add the log in server/client 5. install sudo in dockerfile for ovs-vsctl
@sufuf3 @chenyunchen |