Open adriankormier opened 1 year ago
Hi Adrian, Did you have a Kubernetes Cluster or minikube running? If you do not have either of these running, there is no need to go through the Kubernetes set up. Please let us know if you are still having this issue even without going through the Kubernetes set up.
Hi Jaeni! The main persisting issue that I had was that the metrics for the containers themselves did not display even after taking the steps above. I ultimately ended up using Windows instead of WSL to work on the project and that worked fine. The team I'm working with tried to debug the issue but didn't have any luck.
I'm trying to spin up the app and test it out before potentially iterating on it.
Steps to reproduce the behavior: Followed the README instructions after installing Docker Desktop:
Expected Behavior: Metrics tab to display currently running containers.
Screenshot:
Desktop (please complete the following information):
Additional context: From what my team members have gathered, the issue seems to be with Grafana and Prometheus not installing correctly. They were able to get it running on iOS, but Linux and Windows have not worked so far.
The other tabs show the currently running containers and seem to be working correctly.
UPDATE:
After changing file permissions and ownership using the following: "sudo chmod 777 data" and "sudo chown -R
username:username
data" from imageConfigs/grafana "sudo chmod 777 promData" and "sudo chown -Rusername:username
promData" from imageConfigs/prometheusI am now seeing "NO DATA" on portions of the Metrics tab but I am able to see the majority of the information. It appears I am having errors in node-exporter, but have not figured those out yet.