Skip to content

Instantly share code, notes, and snippets.

[kumar@localhost ~]$ crc start -p ~/Downloads/pull-secret --log-level debug
DEBU No new version available. The latest version is 1.10.0
INFO Checking if oc binary is cached
DEBU oc binary already cached
INFO Checking if podman remote binary is cached
DEBU Currently podman remote is not supported
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
[kumar@localhost ~]$ crc start --log-level debug
WARN A new version (1.10.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 podman remote binary is cached
DEBU podman remote 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
@svsiva
svsiva / crc.log
Created May 4, 2020 18:02
crc log - debug
time="2020-05-04T23:23:46+05:30" level=warning msg="A new version (1.10.0) has been published on https://cloud.redhat.com/openshift/install/crc/installer-provisioned"
time="2020-05-04T23:23:46+05:30" level=info msg="Checking if oc binary is cached"
time="2020-05-04T23:23:46+05:30" level=debug msg="oc binary already cached"
time="2020-05-04T23:23:46+05:30" level=info msg="Checking if podman remote binary is cached"
time="2020-05-04T23:23:46+05:30" level=debug msg="podman remote binary already cached"
time="2020-05-04T23:23:46+05:30" level=info msg="Checking if running as non-root"
time="2020-05-04T23:23:46+05:30" level=info msg="Checking if Virtualization is enabled"
time="2020-05-04T23:23:46+05:30" level=debug msg="Checking if the vmx/svm flags are present in /proc/cpuinfo"
time="2020-05-04T23:23:46+05:30" level=debug msg="CPU virtualization flags are good"
time="2020-05-04T23:23:46+05:30" level=info msg="Checking if KVM is enabled"