You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oc cluster up won't start because the new check which is wrong!
The check for 53 is wrong because it does not consider ports that are bound to specific IP and fails. Also there should always be an option to disable such check but I can't find one!?
Typically port 53 is widely used by libvirt (dnsmasq), but is bind to specific IP so this should not be an issue.
$ oc version
oc v1.5.0-alpha.2+c5868ac-143-dirty
kubernetes v1.5.2+43a9be4
features: Basic-Auth
Steps To Reproduce
oc cluster up --version latest --public-hostname 10.34.129.181
Current Result
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ... OK
-- Checking for openshift/origin:latest image ... OK
-- Checking Docker daemon configuration ... OK
-- Checking for available ports ... FAIL
Error: a port needed by OpenShift is not available
Caused By:
Error: ports in use: [53]
oc cluster up won't start because the new check which is wrong!
The check for 53 is wrong because it does not consider ports that are bound to specific IP and fails. Also there should always be an option to disable such check but I can't find one!?
Typically port 53 is widely used by libvirt (dnsmasq), but is bind to specific IP so this should not be an issue.
It worked before...
@csrwng ?
Version
Steps To Reproduce
Current Result
Expected Result
Work (as it did before)
Additional Information
The text was updated successfully, but these errors were encountered: