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
When using the oc-cluster-wrapper I am getting the following error:
/> oc-cluster up test --image registry.access.redhat.com/openshift3/ose --version v3.6.173.0.21
/# Using client for origin v3.6.1
[INFO] Created self signed certs. You can avoid self signed certificates warnings by trusting this certificate: /Users/scottes/.oc/certs/master.server.crt
[INFO] Running a new cluster
[INFO] Shared certificates copied into the cluster
oc cluster up --version v3.6.173.0.21 --image registry.access.redhat.com/openshift3/ose --public-hostname 127.0.0.1 --routing-suffix apps.127.0.0.1.nip.io --host-data-dir /Users/scottes/.oc/profiles/test/data --host-config-dir /Users/scottes/.oc/profiles/test/config --host-pv-dir /Users/scottes/.oc/profiles/test/pv --use-existing-config -e TZ=CST
Starting OpenShift using registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 ...
-- Checking OpenShift client ... OK
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ... OK
-- Checking for registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 image ... OK
-- Checking Docker daemon configuration ... OK
-- Checking for available ports ... OK
-- Checking type of volume mount ...
Using Docker shared volumes for OpenShift volumes
-- Creating host directories ... OK
-- Finding server IP ...
Using public hostname IP 127.0.0.1 as the host IP
Using 127.0.0.1 as the server IP
-- Starting OpenShift container ...
Creating initial OpenShift configuration
FAIL
Error: could not update OpenShift configuration
Caused By:
Error: Invalid character(s) found in patch number "173.21"
[ERROR] There's been an error creating the cluster, the profile [test] will be removed
I am deploying this to OSX 10.11.6 and docker 1.13.1. I have cleaned out my local docker image repository and along with the .oc directory.
Any ideas?
Cheers,
SES
The text was updated successfully, but these errors were encountered:
When using the oc-cluster-wrapper I am getting the following error:
/> oc-cluster up test --image registry.access.redhat.com/openshift3/ose --version v3.6.173.0.21
/# Using client for origin v3.6.1
[INFO] Created self signed certs. You can avoid self signed certificates warnings by trusting this certificate: /Users/scottes/.oc/certs/master.server.crt
[INFO] Running a new cluster
[INFO] Shared certificates copied into the cluster
oc cluster up --version v3.6.173.0.21 --image registry.access.redhat.com/openshift3/ose --public-hostname 127.0.0.1 --routing-suffix apps.127.0.0.1.nip.io --host-data-dir /Users/scottes/.oc/profiles/test/data --host-config-dir /Users/scottes/.oc/profiles/test/config --host-pv-dir /Users/scottes/.oc/profiles/test/pv --use-existing-config -e TZ=CST
Starting OpenShift using registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 ...
-- Checking OpenShift client ... OK
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ... OK
-- Checking for registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 image ... OK
-- Checking Docker daemon configuration ... OK
-- Checking for available ports ... OK
-- Checking type of volume mount ...
Using Docker shared volumes for OpenShift volumes
-- Creating host directories ... OK
-- Finding server IP ...
Using public hostname IP 127.0.0.1 as the host IP
Using 127.0.0.1 as the server IP
-- Starting OpenShift container ...
Creating initial OpenShift configuration
FAIL
Error: could not update OpenShift configuration
Caused By:
Error: Invalid character(s) found in patch number "173.21"
[ERROR] There's been an error creating the cluster, the profile [test] will be removed
I am deploying this to OSX 10.11.6 and docker 1.13.1. I have cleaned out my local docker image repository and along with the .oc directory.
Any ideas?
Cheers,
SES
The text was updated successfully, but these errors were encountered: