eliu / openshift-vagrant

Bring up a real OKD cluster on your local machine using Vagrant and VirtualBox
Apache License 2.0
57 stars 54 forks source link

How can I access okd web interface using an external/static ip? #17

Open viragtripathi opened 4 years ago

viragtripathi commented 4 years ago

Just saw this in vagrant doc, config.vm.network "public_network", ip: "192.168.0.17" Will try and see what happens.

viragtripathi commented 4 years ago

Didn't work. Tried config.vm.network "public_network", ip: "" and changing the set-hostname to publicIP as well. Any help would be appreciated.