why does it start up on a random port, which is different each time? and it's not configurable? that makes it a real pita to run in a docker container...which is kind of the environment.
We had a choice to make. We could have used a port, but then would have had to find a solution for when that port was used. So the choice was made to use a random port.
[+] [-] nodesocket|6 years ago|reply
https://kubernetes.io/docs/tasks/access-application-cluster/...
[+] [-] dankohn1|6 years ago|reply
[+] [-] johnmarcus|6 years ago|reply
[+] [-] bryanl|6 years ago|reply
We had a choice to make. We could have used a port, but then would have had to find a solution for when that port was used. So the choice was made to use a random port.
[+] [-] johnharris85|6 years ago|reply
`OCTANT_LISTENER_ADDR=127.0.0.1:8900 octant`