Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matzew
Created May 8, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/b1521b9f031b0bb23c68c7b49f698576 to your computer and use it in GitHub Desktop.
Save matzew/b1521b9f031b0bb23c68c7b49f698576 to your computer and use it in GitHub Desktop.
➜  SETUP_FOLDER ./run_latest_build.sh 

Error message:

error: server took too long to respond with version information.
Starting OpenShift using docker.io/openshift/origin:latest ...
-- Checking OpenShift client ... OK
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ... OK
-- Checking for docker.io/openshift/origin:latest image ... OK
-- Checking Docker daemon configuration ... OK
-- Checking for available ports ... 
   WARNING: Binding DNS on port 8053 instead of 53, which may not be resolvable from all clients.
-- Checking type of volume mount ... 
   Using nsenter mounter for OpenShift volumes
-- Creating host directories ... OK
-- Finding server IP ... 
   Using 127.0.0.1 as the server IP
-- Checking service catalog version requirements ... OK
-- Starting OpenShift container ... 
   Creating initial OpenShift configuration
   Starting OpenShift using container 'origin'
   Waiting for API server to start listening
   OpenShift server started
-- Adding default OAuthClient redirect URIs ... OK
-- Installing registry ... 
   scc "privileged" added to: ["system:serviceaccount:default:registry"]
-- Installing router ... OK
-- Importing image streams ... FAIL
   Error: cannot import centos7
   Details:
     Last 10 lines of "origin" container log:
     I0508 19:03:33.900944   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:image-import-controller
     I0508 19:03:33.940577   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:sdn-controller
     I0508 19:03:33.980754   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:cluster-quota-reconciliation-controller
     I0508 19:03:34.020187   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:unidling-controller
     I0508 19:03:34.060469   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:service-ingress-ip-controller
     I0508 19:03:34.100186   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:ingress-to-route-controller
     I0508 19:03:34.140216   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:pv-recycler-controller
     I0508 19:03:34.180859   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:resourcequota-controller
     I0508 19:03:34.220336   21125 storage_rbac.go:218] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:horizontal-pod-autoscaler
     I0508 19:03:34.264760   21125 storage_rbac.go:216] updated clusterrolebinding.rbac.authorization.k8s.io/system:controller:horizontal-pod-autoscaler with additional subjects: [{ServiceAccount  horizontal-pod-autoscaler openshift-infra}]


   Caused By:
     Error: [namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found, namespaces "openshift" not found]
Error starting cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment