-
Notifications
You must be signed in to change notification settings - Fork 8
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 network-controller & vortex server k8s yaml files #9
Conversation
sufuf3
commented
Jun 19, 2018
•
edited
Loading
edited
- Add network-controller server k8s daemonset
- Add cv-server k8s deployment & service
Codecov Report
@@ Coverage Diff @@
## master #9 +/- ##
======================================
Coverage 46.9% 46.9%
======================================
Files 11 11
Lines 307 307
======================================
Hits 144 144
Misses 152 152
Partials 11 11 Continue to review full report at Codecov.
|
da6f379
to
94e4379
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.
Rename the file from cv-server to vortex
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: cv-server-deployment |
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.
we should rename. we don't use cv-server
kind: Service | ||
apiVersion: v1 | ||
metadata: | ||
name: cv-server |
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.
we should rename. we don't use cv-server
94e4379
to
7d44d79
Compare
I fixed it. |
Thanks!! |
7d44d79
to
d008833
Compare
d008833
to
60f8168
Compare
fix the bug of unit test Approved-by: Hung-Wei Chiu <[email protected]> Former-commit-id: 5e46850267938e5fa4b3689913d75795d4b0a998 [formerly 4dde091] Former-commit-id: 9356ffff9f626c1239fdcb6a4357f28d68adbbf8
Add network-controller & vortex server k8s yaml files Former-commit-id: e768502e46424bb6303590f288eef6f58b51ef65 [formerly 3f81acc] Former-commit-id: c538c226d476403042bfde1258281883cb18fd73
fix the bug of unit test Approved-by: Hung-Wei Chiu <[email protected]> Former-commit-id: 5e46850267938e5fa4b3689913d75795d4b0a998 [formerly 5e46850267938e5fa4b3689913d75795d4b0a998 [formerly 4dde091]] Former-commit-id: 9356ffff9f626c1239fdcb6a4357f28d68adbbf8 Former-commit-id: 7222c1e
fix the bug of unit test Approved-by: Hung-Wei Chiu <[email protected]>
Add network-controller & vortex server k8s yaml files