Skip to content

Commit bf30bba

Browse files
authored
Merge pull request #16 from HEET-Group/relationalGraph
add spacing to readme
2 parents c4b86fa + 2fac941 commit bf30bba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/kubernetes/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This example has been developed and tested using the Kubernetes Engine packaged
2121

2222
## Setup Prometheus and Grafana
2323
1. `cd` into the *scripts* folder and run the setup script with `./setup.sh` - the process of configuring Prometheus and Grafana.
24+
2425
**Note**: If you run into `Permission denied` error, try run this command: `chmod +x [the_file_name]` in the terminal and re-run `./setup.sh`.
2526

2627
2. In your browser, go to `localhost:32000`, which will be the login page of grafana. Use `admin` as both username and password to login. You can change the password after login.
@@ -75,9 +76,9 @@ kubectl apply -f frontend.yml
7576

7677
**Mac Users:** Alternative to running the above commands, `cd` into the *scripts* folder and run the `startKuber.sh` script.
7778

78-
#
7979

8080
2. `cd` into the `server` folder inside `chronos_npm_package`, then run `npm install` and `npm start`
81+
8182
3. Check in Docker desktop if your containers have been created. You should see something similar to the following:
8283

8384
<p align="center">
@@ -86,8 +87,9 @@ kubectl apply -f frontend.yml
8687

8788

8889
Your microservice health metrics can now be viewed at the given `CHRONOS_URI` or, preferrably, in the Electron.js desktop application.
89-
#
90+
9091
## Teardown the Cluster
92+
9193
1. `cd` into the launch folder and run the following commands to stop the running services and deployments:
9294
```
9395
kubectl delete -f clusterRole.yml

0 commit comments

Comments
 (0)