Skip to content

Commit

Permalink
k8s dev section
Browse files Browse the repository at this point in the history
  • Loading branch information
2pk03 committed May 19, 2019
1 parent 50f2888 commit 6247385
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -25,9 +25,12 @@ A ui/dashboard is currently under development and will be available in mid Q2 20
## API Documentation
You can find swagger docs for the API server [here](https://infinimesh.github.io/infinimesh/swagger-ui/)

## k8s demo / laptop installation
We have built an automated demo setup with microk8s as an one-liner:
https://github.com/infinimesh/infinimesh/tree/master/hack/microk8s
## k8s local development installation
We have built an automated local development setup with microk8s:
```
bash <(curl -s https://raw.githubusercontent.com/infinimesh/infinimesh/master/hack/microk8s/infinimesh-setup.sh)
```
Source: https://github.com/infinimesh/infinimesh/tree/master/hack/microk8s

## Development
### Generating proto files
Expand Down

0 comments on commit 6247385

Please sign in to comment.