Right now our current Virtualbox POC is require 2 Nic for the VM.
eth0 - This is hostonlyadaptor to have communication with host to VM.
eth1 - This is NAT to have communication from outside network.
Right now we can't able to make virtualbox POC work by only having single nic. Now both the nic have different IP and our openshift service should communicate using the hostonlyadaptor which is not the case atm and most of the pods are in crashbackloop state.
We need to find if there is any config where we can change those pod IP to different Nic.
Right now our current Virtualbox POC is require 2 Nic for the VM.
Right now we can't able to make virtualbox POC work by only having single nic. Now both the nic have different IP and our openshift service should communicate using the
hostonlyadaptor
which is not the case atm and most of the pods are incrashbackloop
state.We need to find if there is any config where we can change those pod IP to different Nic.