#90 create kube_ops_view package

This commit is contained in:
Henning Jacobs
2017-01-14 13:25:03 +01:00
parent b6d75bf240
commit 850683c368
11 changed files with 21 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ You can run the app locally:
$ pip3 install -r requirements.txt
$ kubectl proxy &
$ (cd app && npm start &)
$ ./app.py
$ python3 -m kube_ops_view
Now direct your browser to http://localhost:8080
@@ -74,7 +74,7 @@ You can start the app in "mock mode" to see all UI features without running any
$ pip3 install -r requirements.txt
$ (cd app && npm start &)
$ MOCK=true ./app.py
$ MOCK=true python3 -m kube_ops_view
You can also run the latest Docker image directly: