-
Notifications
You must be signed in to change notification settings - Fork 5
A clean build #38
Copy link
Copy link
Open
Description
The build right now almost always fails to start dashboard correctly on the first try.
We need to either manually restart the machine (more often), or recreate the service (rarely works, but sometimes).
Not 100% on the cause yet.
To reproduce this bug:
simply spin up a cluster with make build and do kubectl proxy and then go to your browser and see localhost:8001/ui
The error message I am getting is:
Error: 'dial tcp 172.17.0.2:9090: getsockopt: connection refused'
Trying to reach: 'http://172.17.0.2:9090/'
Reactions are currently unavailable