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/'
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 buildand dokubectl proxyand then go to your browser and seelocalhost:8001/uiThe error message I am getting is: