Skip to content

Instantly share code, notes, and snippets.

@get2arun
Created October 25, 2019 15:08
Show Gist options
  • Save get2arun/9bdc8c54cdcfc4d7524ab81a4fb2bc2e to your computer and use it in GitHub Desktop.
Save get2arun/9bdc8c54cdcfc4d7524ab81a4fb2bc2e to your computer and use it in GitHub Desktop.
root@desktop:~# minishift start
-- Starting profile 'minishift'
-- Using proxy for the setup
-- 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 'virtualbox' is supported on this platform ... OK
-- Checking if VirtualBox is installed ... OK
-- Checking the ISO URL ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'virtualbox' hypervisor ...
-- Starting Minishift VM ...................................................................-- Setting proxy information ... ..................................OK
.................................................................................................... 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 ... FAIL
VM is unable to ping external host
-- 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 ... 39% used OK
-- Writing current configuration for static assignment of IP address ... OK
-- OpenShift cluster will be configured with ...
Version: v3.11.0
-- Copying oc binary from the OpenShift container image to VM ... OK
-- Starting OpenShift cluster .............................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 --http-proxy http://proxy-server:8080 --https-proxy http://proxy-server:8080 --image 'openshift/origin-${component}:v3.11.0' --no-proxy 172.17.0.0/16,localhost,127.0.0.1,172.30.1.1,192.168.99.100,192.168.99.101,192.168.99.100/16,172.17.0.1/16,10.120.1.130,10.120.0.0/16,127.0.0.1,localhost,::1,172.30.1.1,192.168.99.1/24 --public-hostname 192.168.99.100 --routing-suffix 192.168.99.100.nip.io
err : exit status 1
output : Getting a Docker client ...
Checking if image openshift/origin-control-plane:v3.11.0 is available ...
Checking type of volume mount ...
error: cannot start container 3b37d89bc46497791890d0f72343441165377ef1e446690e8bf04ab16606a137
root@desktop:~# minishift status
Minishift: Running
Profile: minishift
OpenShift: Stopped
DiskUsage: 39% of 19G (Mounted On: /mnt/sda1)
CacheUsage: 492.6 MB (used by oc binary, ISO or cached images)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment