Open
Description
Hi guys. I will expose my case:
- Installed crc on my windows local machine. (192.168.1.135)
- Docker in the same windows system with a jenkins stack (sharing same ip from host - 192.168.1.135, port 8080)
- Ubuntu server (with oc client) with network address (192.168.1.142) and api.crc.testing added to /etc/hosts as 192.168.1.135
What I want to do?
I want to do oc login -u developer https://api.crc.testing:6443
from Ubuntu server.
What I achieved so far?
I can do oc login -u developer https://api.crc.testing:6443
from windows machine (obviously), and from inside jenkins container.
I can reach jenkins docker container from Ubuntu server (curl -v http://192.168.1.135:8080
).
But if i try to do oc loging from inside Ubuntu server it says 192.168.1.135 connection refused
.
What I´m missing?
Thanks
Activity