-
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 using the vagrant description #44
Conversation
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
=======================================
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.
|
README.md
Outdated
@@ -17,6 +17,28 @@ make client | |||
make test | |||
``` | |||
|
|||
### Develop with Vagrant | |||
1. Download repository |
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.
I think we don't need this since we are already in this project lol
README.md
Outdated
```sh | ||
$ vagrant up | ||
``` | ||
3. Install vagrant-scp plugin |
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.
I think we can write a makefile for those command and install the vagrant-scp inside the makefile
@hwchiu Thank you for the suggestions. Thank you very much. |
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
@sufuf3 我其實沒意見lol 大家一起幫忙的 |
dc57308
to
8255914
Compare
People can use this on their host & manipulate Ubuntu VM. - Update Vagrantfile add k8s api-server address & docker config file. - Update README.md for developers. - Add vagrant-docker.conf for docker config file of Vagrantfile. - Update Makefile: Add Vagrant setup part.
8255914
to
707681f
Compare
I will add
configure access to vagrant clusters
description later.