Created
November 2, 2018 11:57
-
-
Save wei-lee/f6d43ef2736f73510ab6e5742bd9f154 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Starting profile 'minishift' | |
-- Check if deprecated options are used ... OK | |
-- Checking if https://github.com is reachable ... OK | |
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK | |
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK | |
-- Checking if requested hypervisor 'xhyve' is supported on this platform ... OK | |
-- Checking if xhyve driver is installed ... | |
Driver is available at /usr/local/bin/docker-machine-driver-xhyve | |
Checking for setuid bit ... OK | |
-- Checking the ISO URL ... OK | |
-- Checking if provided oc flags are supported ... OK | |
-- Starting the OpenShift cluster using 'xhyve' hypervisor ... | |
-- Minishift VM will be configured with ... | |
Memory: 6 GB | |
vCPUs : 6 | |
Disk size: 20 GB | |
-- Starting Minishift VM ................ OK | |
-- Checking for IP address ... OK | |
-- Checking for nameservers ... OK | |
-- Checking if external host is reachable from the Minishift VM ... | |
Pinging 8.8.8.8 ... OK | |
-- Checking HTTP connectivity from the VM ... | |
Retrieving http://minishift.io/index.html ... OK | |
-- Checking if persistent storage volume is mounted ... OK | |
-- Checking available disk space ... 1% used OK | |
Importing 'openshift/origin:v3.11.0' . CACHE MISS | |
Importing 'openshift/origin-docker-registry:v3.11.0' . CACHE MISS | |
Importing 'openshift/origin-haproxy-router:v3.11.0' . CACHE MISS | |
-- OpenShift cluster will be configured with ... | |
Version: v3.11.0 | |
-- Pulling the Openshift Container Image ........... OK | |
-- Copying oc binary from the OpenShift container image to VM ... OK | |
-- Starting OpenShift cluster .-- Extra 'oc' cluster up flags (experimental) ... | |
'--enable=*,service-catalog,automation-service-broker,template-service-broker' | |
................Error during 'cluster up' execution: Error starting the cluster. ssh command error: | |
command : /var/lib/minishift/bin/oc cluster up --base-dir /var/lib/minishift/base --public-hostname 192.168.64.12 --routing-suffix 192.168.64.12.nip.io --enable=*,service-catalog,automation-service-broker,template-service-broker | |
err : exit status 2 | |
output : Getting a Docker client ... | |
Checking if image openshift/origin-control-plane:v3.11 is available ... | |
Pulling image openshift/origin-control-plane:v3.11 | |
Pulled 1/5 layers, 22% complete | |
Pulled 2/5 layers, 43% complete | |
Pulled 3/5 layers, 80% complete | |
Pulled 4/5 layers, 89% complete | |
Pulled 5/5 layers, 100% complete | |
Extracting | |
Image pull complete | |
Pulling image openshift/origin-cli:v3.11 | |
Image pull complete | |
Pulling image openshift/origin-node:v3.11 | |
Pulled 5/6 layers, 89% complete | |
Pulled 6/6 layers, 100% complete | |
Extracting | |
Image pull complete | |
Checking type of volume mount ... | |
Determining server IP ... | |
Using public hostname IP 192.168.64.12 as the host IP | |
Checking if OpenShift is already running ... | |
Checking for supported Docker version (=>1.22) ... | |
Checking if insecured registry is configured properly in Docker ... | |
Checking if required ports are available ... | |
Checking if OpenShift client is configured properly ... | |
Checking if image openshift/origin-control-plane:v3.11 is available ... | |
Starting OpenShift using openshift/origin-control-plane:v3.11 ... | |
I1102 07:56:39.383904 2213 config.go:42] Running "create-master-config" | |
panic: assignment to entry in nil map | |
goroutine 1 [running]: | |
github.com/openshift/origin/pkg/oc/clusterup/coreinstall/kubeapiserver.KubeAPIServerStartConfig.MakeMasterConfig(0xc420e8ef30, 0x24, 0xc420a79380, 0x6, 0x6, 0x4758f60, 0xc42043e1e0, 0x7ffdc85d6d8d, 0x17, 0x0, ...) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/pkg/oc/clusterup/coreinstall/kubeapiserver/config.go:91 +0xbea | |
github.com/openshift/origin/pkg/oc/clusterup.(*ClusterUpConfig).makeMasterConfig(0xc420a56280, 0xc420c422d0, 0x1, 0x0, 0x4717fe0) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/pkg/oc/clusterup/run_self_hosted.go:365 +0x530 | |
github.com/openshift/origin/pkg/oc/clusterup.(*ClusterUpConfig).BuildConfig(0xc420a56280, 0xc420000100, 0xc420eff800, 0xc420eff8e0) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/pkg/oc/clusterup/run_self_hosted.go:278 +0xf4f | |
github.com/openshift/origin/pkg/oc/clusterup.(*ClusterUpConfig).StartSelfHosted(0xc420a56280, 0x4717f60, 0xc42000e018, 0x20, 0xc420effb00) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/pkg/oc/clusterup/run_self_hosted.go:127 +0x43 | |
github.com/openshift/origin/pkg/oc/clusterup.(*ClusterUpConfig).Start(0xc420a56280, 0x4717f60, 0xc42000e018, 0x0, 0x4) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/pkg/oc/clusterup/up.go:473 +0x135 | |
github.com/openshift/origin/pkg/oc/clusterup.NewCmdUp.func1(0xc420a56780, 0xc4204922a0, 0x0, 0x7) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/pkg/oc/clusterup/up.go:112 +0xe7 | |
github.com/openshift/origin/vendor/github.com/spf13/cobra.(*Command).execute(0xc420a56780, 0xc420492230, 0x7, 0x7, 0xc420a56780, 0xc420492230) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/vendor/github.com/spf13/cobra/command.go:757 +0x2c1 | |
github.com/openshift/origin/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc420591680, 0xc42000e020, 0xc420591680, 0xc420296f60) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/vendor/github.com/spf13/cobra/command.go:843 +0x334 | |
github.com/openshift/origin/vendor/github.com/spf13/cobra.(*Command).Execute(0xc420591680, 0x2, 0xc420591680) | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/vendor/github.com/spf13/cobra/command.go:791 +0x2b | |
main.main() | |
/tmp/openshift/build-rpms/rpm/BUILD/origin-3.11.0/_output/local/go/src/github.com/openshift/origin/cmd/oc/oc.go:42 +0x334 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment