Skip to content

Instantly share code, notes, and snippets.

@lance
Created December 19, 2017 22:14
Show Gist options
  • Save lance/b286c9322096ee71162fc0d9cd9613d3 to your computer and use it in GitHub Desktop.
Save lance/b286c9322096ee71162fc0d9cd9613d3 to your computer and use it in GitHub Desktop.
-- Checking `oc` support for startup flags ...
host-config-dir ... OK
host-data-dir ... OK
host-pv-dir ... OK
host-volumes-dir ... OK
version ... OK
routing-suffix ... OK
-- Running `oc` with: 'cluster up --use-existing-config --host-config-dir /var/lib/minishift/openshift.local.config --host-data-dir /var/lib/minishift/hostdata --host-pv-dir /var/lib/minishift/openshift.local.pv --host-volumes-dir /var/lib/minishift/openshift.local.volumes --version v3.7.0 --routing-suffix 192.168.99.100.nip.io'
Starting OpenShift using openshift/origin:v3.7.0 ...
-- Checking OpenShift client ... OK
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ...
Deleted existing OpenShift container
-- Checking for openshift/origin:v3.7.0 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 192.168.99.100 as the server IP
-- Starting OpenShift container ...
Starting OpenShift using container 'origin'
FAIL
Error: could not start OpenShift container "origin"
Details:
Last 10 lines of "origin" container log:
W1219 22:11:20.951890 2155 start_master.go:290] Warning: assetConfig.loggingPublicURL: Invalid value: "": required to view aggregated container logs in the console, master start will continue.
W1219 22:11:20.953999 2155 start_master.go:290] Warning: assetConfig.metricsPublicURL: Invalid value: "": required to view cluster metrics in the console, master start will continue.
W1219 22:11:20.954014 2155 start_master.go:290] Warning: aggregatorConfig.proxyClientInfo: Invalid value: "": if no client certificate is specified, the aggregator will be unable to proxy to remote servers, master start will continue.
E1219 22:11:20.964294 2155 controllers.go:116] Server isn't healthy yet.Waiting a little while.
F1219 22:11:20.993294 2155 start_allinone.go:100] Server could not start: Couldn't init admission plugin "openshift.io/ImagePolicy": [openshift.io/ImagePolicy.resolutionRules[0].policy: Required value: a policy must be specified for this resource, openshift.io/ImagePolicy.resolutionRules[1].policy: Required value:a policy must be specified for this resource, openshift.io/ImagePolicy.resolutionRules[2].policy: Required value: a policy must be specified for this resource, openshift.io/ImagePolicy.resolutionRules[3].policy: Required value: a policy must be specified for this resource, openshift.io/ImagePolicy.resolutionRules[4].policy: Required value: a policy must be specified for this resource]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment