Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward ports from container to VM (#654)
#608, #614 introduce prometheus interaction from outside the container, however, I am not sure what is responsible for forwarding from the container->VM. I might be missing something but: ```bash [root@hera04 kubevirtci]# ./cluster-up/ssh.sh node01 selecting docker as container runtime 2021/08/03 14:09:53 Waiting for host: 192.168.66.101:22 2021/08/03 14:09:53 Connected to tcp://192.168.66.101:22 Last login: Tue Aug 3 14:08:50 2021 from 192.168.66.2 [vagrant@node01 ~]$ curl http://localhost:30007 <a href="/graph">Found</a>. [vagrant@node01 ~]$ ^C [vagrant@node01 ~]$ logout [root@hera04 kubevirtci]# ./cluster-up/cli.sh ports prometheus selecting docker as container runtime 49413 [root@hera04 kubevirtci]# curl http://localhost:49413 curl: (56) Recv failure: Connection reset by peer ``` Signed-off-by: Alex Kalenyuk <[email protected]>
- Loading branch information