Created
December 12, 2017 14:03
-
-
Save brgnepal/36655c0b686188cc290457822bcd2983 to your computer and use it in GitHub Desktop.
Image import logs during start
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
[budhram@dhcp35-83:~ ] $ ls ~/.minishift | |
ls: cannot access '/home/budhram/.minishift': No such file or directory | |
[budhram@dhcp35-83:~ ] $ minishift version | |
minishift v1.10.0+10461c6 | |
[budhram@dhcp35-83:~ ] $ minishift config set image-caching true | |
[budhram@dhcp35-83:~ ] $ minishift start | |
-- Starting profile 'minishift' | |
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK | |
-- Checking if KVM driver is installed ... | |
Driver is available at /usr/local/bin/docker-machine-driver-kvm ... | |
Checking driver binary is executable ... OK | |
-- Checking if Libvirt is installed ... OK | |
-- Checking if Libvirt default network is present ... OK | |
-- Checking if Libvirt default network is active ... OK | |
-- Checking the ISO URL ... OK | |
-- Starting local OpenShift cluster using 'kvm' hypervisor ... | |
-- Minishift VM will be configured with ... | |
Memory: 2 GB | |
vCPUs : 2 | |
Disk size: 20 GB | |
Downloading ISO 'https://github.com/minishift/minishift-b2d-iso/releases/download/v1.2.0/minishift-b2d.iso' | |
40.00 MiB / 40.00 MiB [==========================================================================================================================================================] 100.00% 0s | |
-- Starting Minishift VM ..................... OK | |
-- Checking for IP address ... 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 ... 0% used OK | |
Importing openshift/origin:v3.6.0 FAIL | |
Importing openshift/origin-docker-registry:v3.6.0 FAIL | |
Importing openshift/origin-haproxy-router:v3.6.0 FAIL | |
WARN: Import of cached images failed. Continuing without importing images. Error: Unable to import image 'openshift/origin:v3.6.0' because it is not available in the local cache. | |
Unable to import image 'openshift/origin-docker-registry:v3.6.0' because it is not available in the local cache. | |
Unable to import image 'openshift/origin-haproxy-router:v3.6.0' because it is not available in the local cache. | |
-- Downloading OpenShift binary 'oc' version 'v3.6.0' | |
34.72 MiB / 34.72 MiB [==========================================================================================================================================================] 100.00% 0s-- Downloading OpenShift v3.6.0 checksums ... OK | |
-- OpenShift cluster will be configured with ... | |
Version: v3.6.0 | |
-- Checking `oc` support for startup flags ... | |
host-config-dir ... OK | |
host-data-dir ... OK | |
host-pv-dir ... OK | |
host-volumes-dir ... OK | |
routing-suffix ... OK | |
Starting OpenShift using openshift/origin:v3.6.0 ... | |
Pulling image openshift/origin:v3.6.0 | |
Pulled 1/4 layers, 26% complete | |
^C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment