scope probe connects to localhost & prod even when given explicit hostnames #1566
Labels
bug
Broken end user or developer functionality; not working as the developers intended it
Milestone
Reproduce:
./scope launch --service-token $TOKEN $IP_ADDRESS:$PORT
docker logs -f $CONTAINER_ID
Observed:
Logs contain:
and then following there are "connection refused" errors for connecting to
127.0.0.1
.Expected:
I would have expected the probe to connect only to the IP address I specified, and not to localhost or scope.weave.works.
The text was updated successfully, but these errors were encountered: