crc-org / crc

CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
https://crc.dev
Apache License 2.0
1.24k stars 234 forks source link

The connection to the server api.crc.testing:6443 was refused #2419

Closed SimplyLinuxFAQ closed 3 years ago

SimplyLinuxFAQ commented 3 years ago

I'm trying to setup crc on a Windows 10 Laptop with 16GB of RAM. However, it fails with below messages:

DEBU RetryAfter timeout after 81 tries Error waiting for apiserver: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n (x5) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n (x28) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n (x19) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n (x29)

I've tried these steps so far:

C:\Users\Murthy>crc start --log-level debug DEBU CodeReady Containers version: 1.27.0+3d6bc39d DEBU OpenShift version: 4.7.11 (embedded in executable) DEBU Running 'crc start' DEBU Total memory of system is 17108393984 bytes DEBU No new version available. The latest version is 1.27.0 INFO Checking if admin-helper executable is cached DEBU Running 'C:\Users\Murthy.crc\bin\admin-helper-windows.exe --version' DEBU Found admin-helper-windows.exe version 0.0.3 DEBU admin-helper executable already cached INFO Checking if running on a supported CPU architecture INFO Checking minimum RAM requirements DEBU Total memory of system is 17108393984 bytes INFO Checking if running in a shell with administrator rights INFO Checking Windows 10 release INFO Checking Windows edition DEBU Running on Windows Enterprise edition INFO Checking if Hyper-V is installed and operational INFO Checking if user is a member of the Hyper-V Administrators group INFO Checking if Hyper-V service is enabled INFO Checking if the Hyper-V virtual switch exist INFO Found Virtual Switch to use: Default Switch DEBU Checking file: C:\Users\Murthy.crc\machines\crc.crc-exist DEBU Cannot load secret from configuration: empty path DEBU Cannot load secret from keyring: secret not found in keyring CodeReady Containers requires a pull secret to download content from Red Hat. You can copy it from the Pull Secret section of https://cloud.redhat.com/openshift/create/local. ? Please enter the pull secret ** DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\oc.exe' to 'C:\Users\Murthy.crc\bin\oc\oc.exe' DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\podman.exe' to 'C:\Users\Murthy.crc\bin\oc\podman.exe' INFO Loading bundle: crc_hyperv_4.7.11.crcbundle... INFO Creating CodeReady Containers VM for OpenShift 4.7.11... DEBU Running pre-create checks... DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @(Get-Module -ListAvailable hyper-v).Name Get-Unique ] : Hyper-V DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(([System.Security.Principal.SecurityIdentifier]::new("S-1-5-32-578"))) True DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive [Console]::OutputEncoding = [Text.Encoding]::UTF8; (Hyper-V\Get-VMSwitch).Name DEBU [stdout =====>] : External VM Switch efault Switch DEBU [stderr =====>] : DEBU Creating machine... DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive [Console]::OutputEncoding = [Text.Encoding]::UTF8; (Hyper-V\Get-VMSwitch).Name DEBU [stdout =====>] : External VM Switch efault Switch DEBU [stderr =====>] : DEBU Using switch "Default Switch" DEBU Creating VM... DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\New-VM crc -Path 'C:\Users\Murthy.crc\machines\crc' -MemoryStartupBytes 9216MB -SwitchName 'Default Switch' DEBU [stdout =====>] : Name State CPUUsage(%) MemoryAssigned(M) Uptime Status Version

crc Off 0 0 00:00:00 Operating normally 9.0

DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMMemory -VMName crc -DynamicMemoryEnabled $false DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMProcessor crc -Count 4 DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Add-VMHardDiskDrive -VMName crc -Path 'C:\Users\Murthy.crc\machines\crc\crc.vhdx' DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU Created C:\Users\Murthy.crc\machines\crc.crc-exist DEBU Machine successfully created DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state Off DEBU [stderr =====>] : DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\oc.exe' to 'C:\Users\Murthy.crc\bin\oc\oc.exe' DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\podman.exe' to 'C:\Users\Murthy.crc\bin\oc\podman.exe' INFO Starting CodeReady Containers VM for OpenShift 4.7.11... DEBU Updating CRC VM configuration DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Start-VM crc DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU Waiting for host to start... DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] =====>] : 172.29.71.105 DEBU [stderr =====>] : DEBU Waiting for machine to be running, this may take a few minutes... DEBU retry loop: attempt 0 DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU Machine is up and running! DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM crc ).networkadapters[0]).ipaddresses[0] =====>] : 172.29.71.105 DEBU [stderr =====>] : INFO CodeReady Containers instance is running with IP 172.29.71.105 DEBU Waiting until ssh is available DEBU retry loop: attempt 0 DEBU Running SSH command: exit 0 DEBU Using ssh private keys: [C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\id_ecdsa_crc] DEBU SSH command results: err: , output: INFO CodeReady Containers VM is running INFO Generating new SSH Key pair... DEBU Running SSH command: cat /home/core/.ssh/authorized_keys DEBU SSH command results: err: , output: ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAEDaFLPkEkLUWnTkAKJhm93ozN2Hhq9MjTBnj8ZifUpnxR/GIM0IHH+ENaY+pSXsVQ5GnRnMtQz3uThaCG6gpCD+QCgVC5icw3ZtPjxB4kZ+aEIKXHH6S9/4sJNnhoG6n4Dx/gEVxg1xDdscD+3FmtOQ/gcYJ+KN9nrIyT1kL78RUU08w== core INFO Updating authorized keys... DEBU Running SSH command: echo 'ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAE9aE/uIMXBDWxSWEPwHQfKuI4/QWoCt6dlYcG0CLK8k+hP/+dgnqwUNfSy4ofGifBLOP1BiqMfR1LfmjF4cyMPmgD11au1VPM/1Oz8++lme3kHB19xSSsvX6ysSERXVvhSNwcNVF4OikOmba2FNYHyYHjvuGdVMK4WT1B7w1filoAAzQ== ' > /home/core/.ssh/authorized_keys; chmod 644 /home/core/.ssh/authorized_keys DEBU SSH command results: err: , output: INFO Copying kubeconfig file to instance dir... DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\kubeconfig' to 'C:\Users\Murthy.crc\machines\crc\kubeconfig' DEBU Running SSH command: realpath /dev/disk/by-label/root DEBU SSH command results: err: , output: /dev/sda4 DEBU Running SSH command: sudo /usr/bin/growpart /dev/sda 4 DEBU SSH command results: err: Process exited with status 1, output: NOCHANGE: partition 4 is size 63961055. it cannot be grown DEBU No free space after /dev/sda4, nothing to do INFO Starting network time synchronization in CodeReady Containers VM DEBU Running SSH command: sudo timedatectl set-ntp on DEBU SSH command results: err: , output: DEBU Creating /var/srv/dnsmasq.conf with permissions 0644 in the CRC VM DEBU Running SSH command: DEBU SSH command succeeded DEBU Running SSH command: sudo podman rm -f dnsmasq DEBU SSH command results: err: Process exited with status 1, output: DEBU Running SSH command: sudo rm -f /var/lib/cni/networks/podman/10.88.0.8 DEBU SSH command results: err: , output: DEBU Running 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 command results: err: , output: e56616d3a0673ee00c996d371a94361c2ecb646efeb6b9c392d86ea088168e12 INFO Will run as admin: add dns server address to interface vEthernet (Default Switch) DEBU Running SSH command: cat /etc/resolv.conf DEBU SSH command results: err: , output: # Generated by NetworkManager search mshome.net nameserver 172.29.64.1 DEBU Creating /etc/resolv.conf with permissions 0644 in the CRC VM DEBU Running SSH command: DEBU SSH command succeeded DEBU retry loop: attempt 0 DEBU Running SSH command: host -R 3 foo.apps-crc.testing DEBU SSH command results: err: , output: foo.apps-crc.testing has address 172.29.71.105 INFO Check internal and public DNS query... DEBU Running SSH command: host -R 3 quay.io DEBU SSH command results: err: , output: quay.io has address 3.213.173.170 quay.io has address 52.4.104.248 quay.io has address 54.197.99.84 quay.io has address 34.197.63.98 quay.io has address 54.156.10.58 quay.io has address 3.233.133.41 quay.io has address 34.224.196.162 quay.io has address 3.216.152.103 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. aspmx.l.google.com has address 74.125.24.26 aspmx.l.google.com has IPv6 address 2404:6800:4003:c02::1a alt1.aspmx.l.google.com has address 173.194.202.26 alt2.aspmx.l.google.com has address 142.250.141.27 aspmx2.googlemail.com has address 173.194.202.27 aspmx2.googlemail.com has IPv6 address 2607:f8b0:400e:c00::1a aspmx3.googlemail.com has address 142.250.141.27 INFO Check DNS query from host... DEBU api.crc.testing resolved to [172.29.71.105] DEBU foo.apps-crc.testing resolved to [172.29.71.105] DEBU Running SSH command: test -e /var/lib/kubelet/config.json DEBU SSH command results: err: Process exited with status 1, output: INFO Adding user's pull secret to instance disk... DEBU Creating /var/lib/kubelet/config.json with permissions 0600 in the CRC VM DEBU Running SSH command: DEBU SSH command succeeded INFO Verifying validity of the kubelet certificates... DEBU Running 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 command results: err: , output: 2021-06-20T05:14:22+00:00 DEBU Running SSH command: date --date="$(sudo openssl x509 -in /var/lib/kubelet/pki/kubelet-server-current.pem -noout -enddate | cut -d= -f 2)" --iso-8601=seconds DEBU SSH command results: err: , output: 2021-06-20T05:15:11+00:00 DEBU Running SSH command: date --date="$(sudo openssl x509 -in /etc/kubernetes/static-pod-resources/kube-apiserver-certs/configmaps/aggregator-client-ca/ca-bundle.crt -noout -enddate | cut -d= -f 2)" --iso-8601=seconds DEBU SSH command results: err: , output: 2021-06-20T05:15:51+00:00 INFO Starting OpenShift kubelet service DEBU Running SSH command: sudo systemctl daemon-reload DEBU SSH command results: err: , output: DEBU Running SSH command: sudo systemctl start kubelet DEBU SSH command results: err: , output: INFO Waiting for kube-apiserver availability... [takes around 2min] DEBU retry loop: attempt 0 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 1 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 2 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 3 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 4 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 5 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 6 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 7 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 8 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 9 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 10 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 11 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 12 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 13 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 14 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 15 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 16 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 17 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 18 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 19 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 20 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 21 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 22 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 23 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 24 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 25 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 26 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 27 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 28 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 29 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 30 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 31 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 32 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 33 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 34 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 35 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 36 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 37 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 38 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 39 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 40 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 41 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 42 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 43 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 44 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 45 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 46 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 47 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 48 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 49 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 50 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 51 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 52 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 53 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 54 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 55 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 56 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 57 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 58 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 59 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 60 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 61 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 62 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 63 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 64 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 65 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 66 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 67 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 68 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 69 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 70 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 71 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 72 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 73 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 74 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 75 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 76 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 77 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 78 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 79 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 80 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU RetryAfter timeout after 81 tries Error waiting for apiserver: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n (x5) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n (x28) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n (x19) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n (x29)

Please help me to resolve this issue. Thanks crc.log

gbraad commented 3 years ago

Can you try

crc config set network-mode user

More info on the wiki page about the user land networking.

gbraad commented 3 years ago

Note: your system reports 17gb of memory. Can you provide the system info output?

SimplyLinuxFAQ commented 3 years ago

Sharing msinfo32 output here:

OS Name Microsoft Windows 10 Enterprise Version 10.0.19042 Build 19042 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name DESKTOP-JLSIP2I System Manufacturer Hewlett-Packard System Model HP 15 Notebook PC System Type x64-based PC System SKU J6M27PA#ACJ Processor Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz, 2401 Mhz, 2 Core(s), 4 Logical Processor(s) BIOS Version/Date Insyde F.45, 27-06-2018 SMBIOS Version 2.7 Embedded Controller Version 86.56 BIOS Mode UEFI BaseBoard Manufacturer Hewlett-Packard BaseBoard Product 2212 BaseBoard Version 86.56 Platform Role Mobile Secure Boot State Off PCR7 Configuration Binding Not Possible Windows Directory C:\Windows System Directory C:\Windows\system32 Boot Device \Device\HarddiskVolume1 Locale United Kingdom Hardware Abstraction Layer Version = "10.0.19041.964" Username DESKTOP-JLSIP2I\Murthy Time Zone India Standard Time Installed Physical Memory (RAM) 16.0 GB Total Physical Memory 15.9 GB Available Physical Memory 4.41 GB Total Virtual Memory 18.6 GB Available Virtual Memory 6.37 GB Page File Space 2.63 GB Page File C:\pagefile.sys Kernel DMA Protection Off Virtualisation-based security Running Virtualisation-based security required security properties
Virtualisation-based security available security properties Base Virtualisation Support Virtualisation-based security services configured
Virtualisation-based security services running
Device Encryption Support Reasons for failed automatic device encryption: TPM is not usable, PCR7 binding is not supported, Hardware Security Test Interface failed and the device is not Modern Standby, Un-allowed DMA-capable bus/device(s) detected, TPM is not usable A hypervisor has been detected. Features required for Hyper-V will not be displayed.

gbraad commented 3 years ago

You might experience memory pressure, which prevents the cluster to stabilize/start. Only 4GB seems free from a total of 16GB... I am amazed hyper-v didn't complain about the memory not being available. You are runnig with the default 9GB assignment?

SimplyLinuxFAQ commented 3 years ago

This is what I did and set the network to user, and what happened after that:

Tried these steps:

  1. crc delete -f --clear-cache
  2. crc cleanup
  3. Deleted the .crc folder.
  4. crc setup
  5. crc config set network-mode user
  6. crc start --log-level debug

C:\Users\Murthy>crc delete -f --clear-cache Deleted the OpenShift cluster

C:\Users\Murthy>crc cleanup INFO Removing the crc VM if exists INFO Removing dns server from interface INFO Will run as admin: Remove dns entry for default switch INFO Removing pull secret from the keyring INFO Removing older logs INFO Removing hosts file records added by CRC INFO Will run as admin: modifying hosts file INFO Removing CRC Machine Instance directory Cleanup finished

C:\Users\Murthy>crc setup CodeReady Containers is constantly improving and we would like to know more about usage (more details at https://developers.redhat.com/article/tool-data-collection) Your preference can be changed manually if desired using 'crc config set consent-telemetry <yes/no>' Would you like to contribute anonymous usage statistics? [y/N]: N No worry, you can still enable telemetry manually with the command 'crc config set consent-telemetry yes'. INFO Checking if admin-helper executable is cached INFO Caching admin-helper executable INFO Checking if running on a supported CPU architecture INFO Checking minimum RAM requirements INFO Checking if running in a shell with administrator rights INFO Checking Windows 10 release INFO Checking Windows edition INFO Checking if Hyper-V is installed and operational INFO Checking if user is a member of the Hyper-V Administrators group INFO Checking if Hyper-V service is enabled INFO Checking if the Hyper-V virtual switch exist INFO Found Virtual Switch to use: Default Switch INFO Checking if CRC bundle is extracted in '$HOME/.crc' INFO Checking if C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11.crcbundle exists INFO Extracting bundle from the CRC executable INFO Ensuring directory C:\Users\Murthy.crc\cache exists INFO Extracting embedded bundle crc_hyperv_4.7.11.crcbundle to C:\Users\Murthy.crc\cache INFO Uncompressing crc_hyperv_4.7.11.crcbundle crc.vhdx: 11.35 GiB / 11.35 GiB [-----------------------------------------------------------------------------------------------------------------------------] 100.00% Your system is correctly setup for using CodeReady Containers, you can now run 'crc start' to start the OpenShift cluster

C:\Users\Murthy>crc config set network-mode user Network mode changed. Please run crc cleanup and crc setup.

C:\Users\Murthy>crc config view

C:\Users\Murthy>crc start --log-level debug DEBU CodeReady Containers version: 1.27.0+3d6bc39d DEBU OpenShift version: 4.7.11 (embedded in executable) DEBU Running 'crc start' DEBU Total memory of system is 17108393984 bytes DEBU No new version available. The latest version is 1.27.0 Is 'crc daemon' running? Cannot reach daemon API: Get "http://unix/api/version": open \.\pipe\crc-http: The system cannot find the file specified.

SimplyLinuxFAQ commented 3 years ago

Let me clear it and re-run it again.

SimplyLinuxFAQ commented 3 years ago

You might experience memory pressure, which prevents the cluster to stabilize/start. Only 4GB seems free from a total of 16GB... I am amazed hyper-v didn't complain about the memory not being available. You are runnig with the default 9GB assignment?

Yes.. true. it seems to be working but fails at the final stage....

SimplyLinuxFAQ commented 3 years ago

Updates

Ran "crc start --log-level debug" after changing the network mode to user. It again fails at the same stage:

C:\Users\Murthy>crc start --log-level debug DEBU CodeReady Containers version: 1.27.0+3d6bc39d DEBU OpenShift version: 4.7.11 (embedded in executable) DEBU Running 'crc start' DEBU Total memory of system is 17108393984 bytes DEBU No new version available. The latest version is 1.27.0 INFO Checking if admin-helper executable is cached DEBU Running 'C:\Users\Murthy.crc\bin\admin-helper-windows.exe --version' DEBU Found admin-helper-windows.exe version 0.0.3 DEBU admin-helper executable already cached INFO Checking if running on a supported CPU architecture INFO Checking minimum RAM requirements DEBU Total memory of system is 17108393984 bytes INFO Checking if running in a shell with administrator rights INFO Checking Windows 10 release INFO Checking Windows edition DEBU Running on Windows Enterprise edition INFO Checking if Hyper-V is installed and operational INFO Checking if user is a member of the Hyper-V Administrators group INFO Checking if Hyper-V service is enabled INFO Checking if the Hyper-V virtual switch exist INFO Found Virtual Switch to use: Default Switch INFO Checking if vsock is correctly configured DEBU Checking file: C:\Users\Murthy.crc\machines\crc.crc-exist DEBU Cannot load secret from configuration: empty path DEBU Cannot load secret from keyring: secret not found in keyring CodeReady Containers requires a pull secret to download content from Red Hat. You can copy it from the Pull Secret section of https://cloud.redhat.com/openshift/create/local. ? Please enter the pull secret ** DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\oc.exe' to 'C:\Users\Murthy.crc\bin\oc\oc.exe' DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\podman.exe' to 'C:\Users\Murthy.crc\bin\oc\podman.exe' INFO Loading bundle: crc_hyperv_4.7.11.crcbundle... INFO Creating CodeReady Containers VM for OpenShift 4.7.11... DEBU Running pre-create checks... DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @(Get-Module -ListAvailable hyper-v).Name Get-Unique ] : Hyper-V DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(([System.Security.Principal.SecurityIdentifier]::new("S-1-5-32-578"))) True DEBU [stderr =====>] : DEBU Creating machine... DEBU Creating VM... DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\New-VM crc -Path 'C:\Users\Murthy.crc\machines\crc' -MemoryStartupBytes 9216MB DEBU [stdout =====>] : Name State CPUUsage(%) MemoryAssigned(M) Uptime Status Version

crc Off 0 0 00:00:00 Operating normally 9.0

DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Remove-VMNetworkAdapter -VMName crc DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMMemory -VMName crc -DynamicMemoryEnabled $false DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMProcessor crc -Count 4 DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Add-VMHardDiskDrive -VMName crc -Path 'C:\Users\Murthy.crc\machines\crc\crc.vhdx' DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU Created C:\Users\Murthy.crc\machines\crc.crc-exist DEBU Machine successfully created DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state Off DEBU [stderr =====>] : DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\oc.exe' to 'C:\Users\Murthy.crc\bin\oc\oc.exe' DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\podman.exe' to 'C:\Users\Murthy.crc\bin\oc\podman.exe' INFO Starting CodeReady Containers VM for OpenShift 4.7.11... DEBU Updating CRC VM configuration DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Start-VM crc DEBU [stdout =====>] : DEBU [stderr =====>] : DEBU Waiting for machine to be running, this may take a few minutes... DEBU retry loop: attempt 0 DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : DEBU Machine is up and running! DEBU [executing ==>] : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM crc ).state ] : Running DEBU [stderr =====>] : INFO CodeReady Containers instance is running with IP 127.0.0.1 DEBU Waiting until ssh is available DEBU retry loop: attempt 0 DEBU Running SSH command: exit 0 DEBU Using ssh private keys: [C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\id_ecdsa_crc] DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:56488->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host., output: DEBU error: Temporary error: ssh command error: command : exit 0 err : ssh: handshake failed: read tcp 127.0.0.1:56488->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host.\n - sleeping 1s DEBU retry loop: attempt 1 DEBU Running SSH command: exit 0 DEBU Using ssh private keys: [C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\id_ecdsa_crc] DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:56489->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host., output: DEBU error: Temporary error: ssh command error: command : exit 0 err : ssh: handshake failed: read tcp 127.0.0.1:56489->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host.\n - sleeping 1s DEBU retry loop: attempt 2 DEBU Running SSH command: exit 0 DEBU Using ssh private keys: [C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\id_ecdsa_crc] DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:56491->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host., output: DEBU error: Temporary error: ssh command error: command : exit 0 err : ssh: handshake failed: read tcp 127.0.0.1:56491->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host.\n - sleeping 1s DEBU retry loop: attempt 3 DEBU Running SSH command: exit 0 DEBU Using ssh private keys: [C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\id_ecdsa_crc] DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:56492->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host., output: DEBU error: Temporary error: ssh command error: command : exit 0 err : ssh: handshake failed: read tcp 127.0.0.1:56492->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host.\n - sleeping 1s DEBU retry loop: attempt 4 DEBU Running SSH command: exit 0 DEBU Using ssh private keys: [C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\id_ecdsa_crc] DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:56493->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host., output: DEBU error: Temporary error: ssh command error: command : exit 0 err : ssh: handshake failed: read tcp 127.0.0.1:56493->127.0.0.1:2222: wsarecv: An existing connection was forcibly closed by the remote host.\n - sleeping 1s DEBU retry loop: attempt 5 DEBU Running SSH command: exit 0 DEBU Using ssh private keys: [C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\id_ecdsa_crc] DEBU SSH command results: err: , output: INFO CodeReady Containers VM is running INFO Generating new SSH Key pair... DEBU Running SSH command: cat /home/core/.ssh/authorized_keys DEBU SSH command results: err: , output: ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAEDaFLPkEkLUWnTkAKJhm93ozN2Hhq9MjTBnj8ZifUpnxR/GIM0IHH+ENaY+pSXsVQ5GnRnMtQz3uThaCG6gpCD+QCgVC5icw3ZtPjxB4kZ+aEIKXHH6S9/4sJNnhoG6n4Dx/gEVxg1xDdscD+3FmtOQ/gcYJ+KN9nrIyT1kL78RUU08w== core INFO Updating authorized keys... DEBU Running SSH command: echo 'ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAHLD0TBDuXQiOF3w9DpjjYHtzPdirF4GPZCeF1J+qL6qjkTE8xaHKPSXegOOBiRVBLTPRFe0YYchuO8ffT7yhS7OgDm3e/e4L/2VouEVVuBKbejcIi4pfy6xC9Eq673Oxmp/ksauXOznvpibseWDD+fPoQBwJI//S3dUYz1G4Fh7tLy1A== ' > /home/core/.ssh/authorized_keys; chmod 644 /home/core/.ssh/authorized_keys DEBU SSH command results: err: , output: INFO Copying kubeconfig file to instance dir... DEBU Copying 'C:\Users\Murthy.crc\cache\crc_hyperv_4.7.11\kubeconfig' to 'C:\Users\Murthy.crc\machines\crc\kubeconfig' DEBU Running SSH command: realpath /dev/disk/by-label/root DEBU SSH command results: err: , output: /dev/sda4 DEBU Running SSH command: sudo /usr/bin/growpart /dev/sda 4 DEBU SSH command results: err: Process exited with status 1, output: NOCHANGE: partition 4 is size 63961055. it cannot be grown DEBU No free space after /dev/sda4, nothing to do INFO Starting network time synchronization in CodeReady Containers VM DEBU Running SSH command: sudo timedatectl set-ntp on DEBU SSH command results: err: , output: INFO Will run as admin: modifying hosts file INFO Will run as admin: modifying hosts file DEBU Creating /etc/resolv.conf with permissions 0644 in the CRC VM DEBU Running SSH command: DEBU SSH command succeeded DEBU retry loop: attempt 0 DEBU Running SSH command: host -R 3 foo.apps-crc.testing DEBU SSH command results: err: , output: foo.apps-crc.testing has address 192.168.127.2 INFO Check internal and public DNS query... DEBU Running SSH command: host -R 3 quay.io DEBU SSH command results: err: , output: quay.io has address 34.224.196.162 quay.io has address 3.213.173.170 quay.io has address 54.156.10.58 quay.io has address 34.197.63.98 quay.io has address 52.4.104.248 quay.io has address 3.216.152.103 quay.io has address 3.233.133.41 quay.io has address 50.16.140.223 INFO Check DNS query from host... DEBU api.crc.testing resolved to [127.0.0.1] WARN Failed to query DNS from host: lookup foo.apps-crc.testing: no such host DEBU Running SSH command: test -e /var/lib/kubelet/config.json DEBU SSH command results: err: Process exited with status 1, output: INFO Adding user's pull secret to instance disk... DEBU Creating /var/lib/kubelet/config.json with permissions 0600 in the CRC VM DEBU Running SSH command: DEBU SSH command succeeded INFO Verifying validity of the kubelet certificates... DEBU Running 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 command results: err: , output: 2021-06-20T05:14:22+00:00 DEBU Running SSH command: date --date="$(sudo openssl x509 -in /var/lib/kubelet/pki/kubelet-server-current.pem -noout -enddate | cut -d= -f 2)" --iso-8601=seconds DEBU SSH command results: err: , output: 2021-06-20T05:15:11+00:00 DEBU Running SSH command: date --date="$(sudo openssl x509 -in /etc/kubernetes/static-pod-resources/kube-apiserver-certs/configmaps/aggregator-client-ca/ca-bundle.crt -noout -enddate | cut -d= -f 2)" --iso-8601=seconds DEBU SSH command results: err: , output: 2021-06-20T05:15:51+00:00 INFO Starting OpenShift kubelet service DEBU Running SSH command: sudo systemctl daemon-reload DEBU SSH command results: err: , output: DEBU Running SSH command: sudo systemctl start kubelet DEBU SSH command results: err: , output: INFO Waiting for kube-apiserver availability... [takes around 2min] DEBU retry loop: attempt 0 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 1 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 2 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 3 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 4 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 5 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 6 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 7 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 8 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 9 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 10 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 11 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 12 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 13 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 14 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 15 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 16 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 17 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 18 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 19 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 20 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 21 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 22 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 23 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 24 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 25 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 26 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 27 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 28 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 29 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 30 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 31 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 32 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 33 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 34 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 35 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 36 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 37 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 38 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 39 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 40 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 41 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 42 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 43 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 44 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 45 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 46 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 47 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 48 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 49 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 50 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 51 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 52 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 53 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 54 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 55 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 56 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 57 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 58 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 59 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 60 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 61 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 62 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 63 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 64 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 65 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 66 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 67 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 68 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 69 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 70 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 71 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 72 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 73 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 74 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 75 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 76 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 77 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 78 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 79 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 80 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 81 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 82 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 83 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 84 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 85 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 86 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 87 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 88 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 89 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 90 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 91 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 92 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 93 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 94 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 1, output: DEBU The connection to the server api.crc.testing:6443 was refused - did you specify the right host or port? DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n - sleeping 1s DEBU retry loop: attempt 95 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU retry loop: attempt 96 DEBU Running SSH command: timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig DEBU SSH command results: err: Process exited with status 124, output: DEBU DEBU error: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n - sleeping 1s DEBU RetryAfter timeout after 97 tries Error waiting for apiserver: Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n (x6) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n (x22) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n (x15) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 1\n (x52) Temporary error: ssh command error: command : timeout 5s oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig err : Process exited with status 124\n (x2)

gbraad commented 3 years ago

it seems to be working but fails at the final stage....

The last stage we start the kubelet; this starts the api server and the rest of openshift.

INFO Waiting for kube-apiserver availability... [takes around 2min]

This seems to refuse connection, so something ain't right and my guess is memory at the moment. Especially as the network stack seems to work.

SimplyLinuxFAQ commented 3 years ago

Yes, even I doubt the same. thank for the help though.

guillaumerose commented 3 years ago

You can try to enter the VM and debug a little bit more. Look at this guide for how entering the VM: https://github.com/code-ready/crc/wiki/Debugging-guide

I guess there is something wrong with kubelet. Perhaps you can check logs and see if containers are scheduled with crictl ps.