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
[morningspace@lab3-playground ~]$ crc start --log-level debug -p pull-secret.txt | |
WARN A new version (1.8.0) has been published on https://cloud.redhat.com/openshift/install/crc/installer-provisioned | |
INFO Checking if oc binary is cached | |
DEBU oc binary already cached | |
INFO Checking if running as non-root | |
INFO Checking if Virtualization is enabled | |
DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo | |
DEBU CPU virtualization flags are good | |
INFO Checking if KVM is enabled | |
DEBU Checking if /dev/kvm exists |
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
[morningspace@lab3-playground ~]$ crc start --log-level debug | |
WARN A new version (1.8.0) has been published on https://cloud.redhat.com/openshift/install/crc/installer-provisioned | |
INFO Checking if oc binary is cached | |
DEBU oc binary already cached | |
INFO Checking if running as non-root | |
INFO Checking if Virtualization is enabled | |
DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo | |
DEBU CPU virtualization flags are good | |
INFO Checking if KVM is enabled | |
DEBU Checking if /dev/kvm exists |
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
$ crc start --log-level debug | |
DEBU No new version available, latest version at mirror is 1.0.0-rc.0 | |
INFO Checking if running as non-root | |
INFO Checking if oc binary is cached | |
DEBU oc binary already cached | |
INFO Checking if Virtualization is enabled | |
DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo | |
DEBU CPU virtualization flags are good | |
INFO Checking if KVM is enabled | |
DEBU Checking if /dev/kvm exists |
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
$ crc start --vm-driver virtualbox --bundle ~/.launch-cache/crc_virtualbox_4.2.0-0.nightly-2019-09-26-192831.crcbundle --log-level debug | |
DEBU Error checking if a new version is available: Get https://mirror.openshift.com/pub/openshift-v4/clients/crc/latest/release-info.json: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) | |
INFO Checking if running as non-root | |
INFO Checking if oc binary is cached | |
DEBU oc binary already cached | |
INFO Checking if VirtualBox is Installed | |
DEBU Checking if VirtualBox is installed | |
DEBU VirtualBox was found | |
INFO Checking file permissions for /etc/resolver/testing | |
INFO Checking file permissions for /etc/hosts |