You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/kubernetes/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This example has been developed and tested using the Kubernetes Engine packaged
21
21
22
22
## Setup Prometheus and Grafana
23
23
1.`cd` into the *scripts* folder and run the setup script with `./setup.sh` - the process of configuring Prometheus and Grafana.
24
+
**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`.
24
25
25
26
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.
26
27
@@ -76,7 +77,8 @@ kubectl apply -f frontend.yml
76
77
77
78
#
78
79
79
-
2. Check in Docker desktop if your containers have been created. You should see something similar to the following:
80
+
2.`cd` into the `server` folder inside `chronos_npm_package`, then run `npm install` and `npm start`
81
+
3. Check in Docker desktop if your containers have been created. You should see something similar to the following:
**Mac Users:** Alternative to running the above commands, `cd` into the *scripts* folder and run the `stopKuber.sh` script
99
101
100
-
**note**: The above part only teardown Prometheus and Kubernetes, it leaves Grafana running. This is because if you teardown Grafana, the next time you redeploy you will be login with a new account, the access token and dashboard you created within this account will lose.
102
+
**Note**: The above part only teardown Prometheus and Kubernetes, it leaves Grafana running. This is because if you teardown Grafana, the next time you redeploy you will be login with a new account, the access token and dashboard you created within this account will lose.
0 commit comments