Skip to content

Instantly share code, notes, and snippets.

@firemanxbr
Created February 23, 2018 23:02
Show Gist options
  • Save firemanxbr/34a2d5d6f1eafcc08a7513532b1c674b to your computer and use it in GitHub Desktop.
Save firemanxbr/34a2d5d6f1eafcc08a7513532b1c674b to your computer and use it in GitHub Desktop.
Minishift 1.13.1
[firemanxbr@firemanxbr minishift-1.13.1-linux-amd64]$ ls
LICENSE minishift README.adoc
[firemanxbr@firemanxbr minishift-1.13.1-linux-amd64]$ ./minishift start --profile minishift --disk-size 40gb --memory 6400mb --iso-url file:///home/firemanxbr/minishift/minishift.iso
-- 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 ...
-- Starting Minishift VM ......................................................... FAIL E0224 00:00:41.560452 12789 start.go:368] Error starting the VM: Error configuring authorization on host: Maximum number of retries (60) exceeded. Retrying.
Error starting the VM: Error configuring authorization on host: Maximum number of retries (60) exceeded
[firemanxbr@firemanxbr minishift-1.13.1-linux-amd64]$ ls ~/minishift/minishift.iso
/home/firemanxbr/minishift/minishift.iso
[firemanxbr@firemanxbr minishift-1.13.1-linux-amd64]$ du -sh ~/minishift/minishift.iso
417M /home/firemanxbr/minishift/minishift.iso
[firemanxbr@firemanxbr minishift-1.13.1-linux-amd64]$ ./minishift version
minishift v1.13.1+75352e5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment