crc: CRC is not working on Centos 7.8
General information
- OS: Linux : Centos 7.8
- Hypervisor: KVM / Hyper-V / hyperkit
- Did you run
crc setupbefore starting it (Yes/No)?yes - Running CRC on:Desktop
CRC version
1.10
Put crc version output here
1.10
CRC status
ERRO Error Setting cluster config: Failed to update cluster ID: Temporary Error: exit status 1 ``
Before gather the logs try following if that fix your issue
$ crc delete -f
$ crc cleanup
$ crc setup
$ crc start --log-level debug
Logs
[devops@localhost ~]$ crc start
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 CRC bundle is cached in '$HOME/.crc'
DEBU stat /home/devops/.crc/cache/crc_libvirt_4.4.3.crcbundle: no such file or directory
INFO Unpacking bundle from the CRC binary
DEBU Extracting embedded 'crc_libvirt_4.4.3.crcbundle' from /home/devops/crc-linux-1.10.0-amd64/crc to /home/devops/.crc/cache/crc_libvirt_4.4.3.crcbundle
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
DEBU /dev/kvm was found
INFO Checking if libvirt is installed
DEBU Checking if 'virsh' is available
DEBU 'virsh' was found in /bin/virsh
INFO Checking if user is part of libvirt group
DEBU Checking if current user is part of the libvirt group
DEBU Running '/bin/groups devops'
DEBU Current user is already in the libvirt group
INFO Checking if libvirt is enabled
DEBU Checking if libvirtd.service is enabled
DEBU Running '/bin/systemctl is-enabled libvirtd'
DEBU libvirtd.service is already enabled
INFO Checking if libvirt daemon is running
DEBU Checking if libvirtd.service is running
DEBU Running '/bin/systemctl is-active libvirtd'
DEBU libvirtd.service is already running
INFO Checking if a supported libvirt version is installed
DEBU Checking if libvirt version is >=3.4.0
DEBU Running 'virsh -v'
INFO Checking if crc-driver-libvirt is installed
DEBU Checking if crc-driver-libvirt is installed
DEBU Running '/home/devops/.crc/bin/crc-driver-libvirt version'
DEBU crc-driver-libvirt is already installed in /home/devops/.crc/bin/crc-driver-libvirt
INFO Checking for obsolete crc-driver-libvirt
DEBU Checking if an older libvirt driver crc-driver-libvirt is installed
DEBU No older crc-driver-libvirt installation found
INFO Checking if libvirt 'crc' network is available
DEBU Checking if libvirt 'crc' network exists
DEBU Running 'virsh --connect qemu:///system net-info crc'
DEBU Checking if libvirt 'crc' definition is up to date
DEBU Running 'virsh --connect qemu:///system net-dumpxml --inactive crc'
DEBU libvirt 'crc' network has the expected value
INFO Checking if libvirt 'crc' network is active
DEBU Checking if libvirt 'crc' network is active
DEBU Running 'virsh --connect qemu:///system net-info crc'
DEBU libvirt 'crc' network is already active
INFO Checking if NetworkManager is installed
DEBU Checking if 'nmcli' is available
DEBU 'nmcli' was found in /bin/nmcli
INFO Checking if NetworkManager service is running
DEBU Checking if NetworkManager.service is running
DEBU Running '/bin/systemctl is-active NetworkManager'
DEBU NetworkManager.service is already running
INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists
DEBU Checking NetworkManager configuration
DEBU NetworkManager configuration is good
INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists
DEBU Checking dnsmasq configuration
DEBU dnsmasq configuration is good
Setup is complete, you can now run 'crc start' to start the OpenShift cluster
[devops@localhost ~]$ crc start --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
INFO Checking if KVM is enabled
DEBU Checking if /dev/kvm exists
DEBU /dev/kvm was found
INFO Checking if libvirt is installed
DEBU Checking if 'virsh' is available
DEBU 'virsh' was found in /bin/virsh
INFO Checking if user is part of libvirt group
DEBU Checking if current user is part of the libvirt group
DEBU Running '/bin/groups devops'
DEBU Current user is already in the libvirt group
INFO Checking if libvirt is enabled
DEBU Checking if libvirtd.service is enabled
DEBU Running '/bin/systemctl is-enabled libvirtd'
DEBU libvirtd.service is already enabled
INFO Checking if libvirt daemon is running
DEBU Checking if libvirtd.service is running
DEBU Running '/bin/systemctl is-active libvirtd'
DEBU libvirtd.service is already running
INFO Checking if a supported libvirt version is installed
DEBU Checking if libvirt version is >=3.4.0
DEBU Running 'virsh -v'
INFO Checking if crc-driver-libvirt is installed
DEBU Checking if crc-driver-libvirt is installed
DEBU Running '/home/devops/.crc/bin/crc-driver-libvirt version'
DEBU crc-driver-libvirt is already installed in /home/devops/.crc/bin/crc-driver-libvirt
INFO Checking if libvirt 'crc' network is available
DEBU Checking if libvirt 'crc' network exists
DEBU Running 'virsh --connect qemu:///system net-info crc'
DEBU Checking if libvirt 'crc' definition is up to date
DEBU Running 'virsh --connect qemu:///system net-dumpxml --inactive crc'
DEBU libvirt 'crc' network has the expected value
INFO Checking if libvirt 'crc' network is active
DEBU Checking if libvirt 'crc' network is active
DEBU Running 'virsh --connect qemu:///system net-info crc'
DEBU libvirt 'crc' network is already active
INFO Checking if NetworkManager is installed
DEBU Checking if 'nmcli' is available
DEBU 'nmcli' was found in /bin/nmcli
INFO Checking if NetworkManager service is running
DEBU Checking if NetworkManager.service is running
DEBU Running '/bin/systemctl is-active NetworkManager'
DEBU NetworkManager.service is already running
INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists
DEBU Checking NetworkManager configuration
DEBU NetworkManager configuration is good
INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists
DEBU Checking dnsmasq configuration
DEBU dnsmasq configuration is good
Checking file: /home/devops/.crc/machines/crc/.crc-exist
? Image pull secret [? for help] **************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
INFO Extracting bundle: crc_libvirt_4.4.3.crcbundle ...
DEBU Uncompressing /home/devops/.crc/cache/crc_libvirt_4.4.3.crcbundle to /home/devops/.crc/cache
INFO Checking size of the disk image /home/devops/.crc/cache/crc_libvirt_4.4.3/crc.qcow2 ...
INFO Creating CodeReady Containers VM for OpenShift 4.4.3...
Found binary path at /home/devops/.crc/bin/crc-driver-libvirt
Launching plugin server for driver libvirt
Plugin server listening at address 127.0.0.1:39184
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(crc) Calling .GetMachineName
(crc) Calling .DriverName
Running pre-create checks...
(crc) Calling .PreCreateCheck
(crc) DBG | About to check libvirt version
(crc) DBG | Validating network
(crc) Calling .GetConfigRaw
Creating machine...
(crc) Calling .Create
(crc) Downloading /home/devops/.crc/cache/crc from file:///home/devops/.crc/cache/crc_libvirt_4.4.3/crc.qcow2...
(crc) DBG | Verifying executable bit set on /home/devops/.crc/machines/crc
(crc) DBG | Setting executable bit set on /home/devops/.crc/machines/crc
(crc) DBG | Verifying executable bit set on /home/devops/.crc/machines
(crc) DBG | Verifying executable bit set on /home/devops/.crc
(crc) DBG | Verifying executable bit set on /home/devops
(crc) DBG | Verifying executable bit set on /home
(crc) DBG | Defining VM...
(crc) DBG | Adding the file: /home/devops/.crc/machines/crc/.crc-exist
(crc) DBG | Starting VM crc
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | Waiting for machine to come up 0/60
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | Waiting for machine to come up 1/60
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | Waiting for machine to come up 2/60
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) Found IP for machine: 192.168.130.11
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetConfigRaw
(crc) Calling .DriverName
(crc) Calling .DriverName
Waiting for machine to be running, this may take a few minutes...
(crc) Calling .GetState
(crc) DBG | Getting current state...
Machine is up and running!
Machine successfully created
Created /home/devops/.crc/machines/crc/.crc-exist
(crc) Calling .GetState
(crc) DBG | Getting current state...
Found binary path at /home/devops/.crc/bin/crc-driver-libvirt
Launching plugin server for driver libvirt
Plugin server listening at address 127.0.0.1:40377
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
DEBU Waiting until ssh is available
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | Fetching VM...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
exit 0
DEBU SSH cmd err, output: <nil>:
INFO CodeReady Containers VM is running
INFO Verifying validity of the cluster certificates ...
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
date --date="$(sudo openssl x509 -in /var/lib/kubelet/pki/kubelet-client-current.pem -noout -enddate | cut -d= -f 2)" --iso-8601=seconds
DEBU SSH cmd err, output: <nil>: 2020-06-01T05:40:49+00:00
(crc) Calling .GetIP
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .DriverName
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
echo dXNlcj1yb290CnBvcnQ9IDUzCmJpbmQtaW50ZXJmYWNlcwpleHBhbmQtaG9zdHMKbG9nLXF1ZXJpZXMKc3J2LWhvc3Q9X2V0Y2Qtc2VydmVyLXNzbC5fdGNwLmNyYy50ZXN0aW5nLGV0Y2QtMC5jcmMudGVzdGluZywyMzgwLDEwCmxvY2FsPS9jcmMudGVzdGluZy8KZG9tYWluPWNyYy50ZXN0aW5nCmFkZHJlc3M9L2FwcHMtY3JjLnRlc3RpbmcvMTkyLjE2OC4xMzAuMTEKYWRkcmVzcz0vZXRjZC0wLmNyYy50ZXN0aW5nLzE5Mi4xNjguMTMwLjExCmFkZHJlc3M9L2FwaS5jcmMudGVzdGluZy8xOTIuMTY4LjEzMC4xMQphZGRyZXNzPS9hcGktaW50LmNyYy50ZXN0aW5nLzE5Mi4xNjguMTMwLjExCmFkZHJlc3M9L2NyYy1kdjlzbS1tYXN0ZXItMC5jcmMudGVzdGluZy8xOTIuMTY4LjEyNi4xMQo= | base64 --decode | sudo tee /var/srv/dnsmasq.conf > /dev/null
DEBU SSH cmd err, output: <nil>:
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
sudo podman rm -f dnsmasq
DEBU SSH cmd err, output: exit status 1: Error: Failed to evict container: "": Failed to find container "dnsmasq" in state: no container with name or ID dnsmasq found: no such container
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
sudo rm -f /var/lib/cni/networks/podman/10.88.0.8
DEBU SSH cmd err, output: <nil>:
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
sudo podman run --ip 10.88.0.8 --name dnsmasq -v /var/srv/dnsmasq.conf:/etc/dnsmasq.conf -p 53:53/udp --privileged -d quay.io/crcont/dnsmasq:latest
DEBU SSH cmd err, output: <nil>: ff992c3df2f62d4d20b24e6018738a8b9326eada4282950e812914f87e4155dd
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
cat /etc/resolv.conf
DEBU SSH cmd err, output: <nil>: # Generated by NetworkManager
nameserver 192.168.130.1
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
echo IyBHZW5lcmF0ZWQgYnkgQ1JDCnNlYXJjaCBjcmMudGVzdGluZwpuYW1lc2VydmVyIDEwLjg4LjAuOApuYW1lc2VydmVyIDE5Mi4xNjguMTMwLjEKCg== | base64 --decode | sudo tee /etc/resolv.conf > /dev/null
DEBU SSH cmd err, output: <nil>:
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
host -R 3 foo.apps-crc.testing
DEBU SSH cmd err, output: <nil>: foo.apps-crc.testing has address 192.168.130.11
INFO Check internal and public DNS query ...
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
host -R 3 quay.io
DEBU SSH cmd err, output: <nil>: quay.io has address 18.205.55.240
quay.io has address 52.202.225.67
quay.io has address 54.84.167.150
quay.io mail is handled by 20 alt1.aspmx.l.google.com.
quay.io mail is handled by 20 alt2.aspmx.l.google.com.
quay.io mail is handled by 30 aspmx2.googlemail.com.
quay.io mail is handled by 30 aspmx3.googlemail.com.
quay.io mail is handled by 10 aspmx.l.google.com.
INFO Check DNS query from host ...
DEBU api.crc.testing resolved to [192.168.130.11]
DEBU foo.apps-crc.testing resolved to [192.168.130.11]
INFO Generating new SSH key
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/cache/crc_libvirt_4.4.3/id_rsa_crc -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoVBsCOlKkypXLXxCBiqNbVkUFsSnzNXMUswO43EFYY6/eWnP7wNwnS01VN26Za5HHcS2JC6mKVnLnRR21RnkBSn68IypYKHRJjfi1qxsX363i44OY+Egh0GNflklTYPFnMB7Zwxfj2pkjUa9qtZKwmwqDRS5//0hW0M/PFBYiHOY1nC3qLjziF0VKSy1CXs0B9Rs4BbZmojYJmq5Mv4F1dPGkupc6BtEIcLtyY7fAeha4629Oxt3NrLu4puVywIfT87SceAwS75h5AE7YBlu05w9xBsNmnYrcEQBX1EB88KSaBanl8veZYanpymd7EVMcfJuixH8UU6i1BAqnaQtv
' > /home/core/.ssh/authorized_keys
DEBU SSH cmd err, output: <nil>:
INFO Copying kubeconfig file to instance dir ...
DEBU Copying '/home/devops/.crc/cache/crc_libvirt_4.4.3/kubeconfig' to '/home/devops/.crc/machines/crc/kubeconfig'
INFO Starting OpenShift kubelet service
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) Calling .GetSSHPort
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/machines/crc/id_rsa -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
sudo systemctl daemon-reload
DEBU SSH cmd err, output: <nil>:
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/machines/crc/id_rsa -p 22] /bin/ssh <nil>}
DEBU About to run SSH command:
sudo systemctl -f start kubelet
DEBU SSH cmd err, output: <nil>:
INFO Configuring cluster for first start
INFO Adding user's pull secret ...
DEBU Creating /var/lib/kubelet/config.json with permissions 0600 in the CRC VM
(crc) Calling .GetSSHHostname
(crc) DBG | GetIP called for crc
(crc) DBG | Getting current state...
(crc) DBG | IP address: 192.168.130.11
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /home/devops/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.130.11 -o IdentitiesOnly=yes -i /home/devops/.crc/machines/crc/id_rsa -p 22] /bin/ssh <nil>}
DEBU About to run SSH command with hidden output
DEBU Running '/home/devops/.crc/bin/oc get secret --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port?
DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port?
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 1
DEBU Running '/home/devops/.crc/bin/oc get secret --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port?
DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port?
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 2
DEBU Running '/home/devops/.crc/bin/oc get secret --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU NAME TYPE DATA AGE
builder-dockercfg-n48zx kubernetes.io/dockercfg 1 30d
builder-token-b9pv8 kubernetes.io/service-account-token 4 30d
builder-token-r9hm2 kubernetes.io/service-account-token 4 30d
default-dockercfg-2n6n6 kubernetes.io/dockercfg 1 30d
default-token-lcfz2 kubernetes.io/service-account-token 4 30d
default-token-mt7jv kubernetes.io/service-account-token 4 30d
deployer-dockercfg-sgmcp kubernetes.io/dockercfg 1 30d
deployer-token-kphr6 kubernetes.io/service-account-token 4 30d
deployer-token-zkx5d kubernetes.io/service-account-token 4 30d
DEBU About to run a hidden command
INFO Updating cluster ID ...
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 1
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 2
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 3
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 4
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 5
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 6
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 7
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 8
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 9
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 10
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 11
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 12
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 13
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 14
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 15
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 16
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 17
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 18
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 19
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 20
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 21
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 22
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 23
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 24
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 25
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 26
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 27
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 28
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 29
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 30
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 31
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 32
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 33
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 34
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 35
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 36
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 37
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 38
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 39
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 40
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 41
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 42
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 43
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 44
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 45
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 46
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 47
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 48
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 49
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 50
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 51
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 52
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 53
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 54
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 55
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 56
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 57
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 58
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 59
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 60
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 61
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 62
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 63
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 64
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 65
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 66
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 67
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 68
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 69
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 70
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 71
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 72
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 73
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 74
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 75
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 76
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 77
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 78
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
DEBU retry loop 79
DEBU Running '/home/devops/.crc/bin/oc get clusterversion --kubeconfig /home/devops/.crc/machines/crc/kubeconfig --context admin --cluster crc'
DEBU Command failed: exit status 1
DEBU stdout:
DEBU stderr: error: the server doesn't have a resource type "clusterversion"
DEBU error: the server doesn't have a resource type "clusterversion"
DEBU error: Temporary Error: exit status 1 - sleeping 1s
ERRO Error Setting cluster config: Failed to update cluster ID: Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Temporary Error: exit status 1
Making call to close driver server
(crc) Calling .Close
(crc) DBG | Closing plugin on server side
Successfully made call to close driver server
Making call to close connection to plugin binary
Making call to close driver server
(crc) Calling .Close
Successfully made call to close driver server
Making call to close connection to plugin binary
[devops@localhost ~]$
Intially we have triwd on windows but getting issues so tried it on linux machine now but crc is not working . We have done multiple times crc delete -f and tried it but getting same issues .
- devops Team
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 23 (11 by maintainers)
Hi CRC Team,
Can i have update on above please.
-Devops team