Skip to content

Instantly share code, notes, and snippets.

@kaovilai
Last active November 12, 2024 16:30
Show Gist options
  • Save kaovilai/44f9f77e00455d76283542eddd9d59c7 to your computer and use it in GitHub Desktop.
Save kaovilai/44f9f77e00455d76283542eddd9d59c7 to your computer and use it in GitHub Desktop.
❯ crc stop; crc delete -f; crc cleanup; (cat Downloads/2.43.0-crc.pkg >/dev/null || curl https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.43.0/crc-macos-installer.pkg -L -o Downloads/2.43.0-crc.pkg) && sudo installer -pkg Downloads/2.43.0-crc.pkg -target LocalSystem && sw_vers && crc version && crc setup && crc start --log-level debug > crcdebug.log
Machine does not exist. Use 'crc start' to create it
Machine does not exist. Use 'crc start' to create it
INFO Unloading and removing the daemon plist file
INFO Removing /etc/resolver/testing file
INFO Stopping CRC vfkit process
INFO Removing CRC Specific entries from user's known_hosts file
INFO Removing hosts file records added by CRC
INFO Removing pull secret from the keyring
INFO Removing older logs
Cleanup finished
installer: Package name is Red Hat OpenShift Local
installer: Upgrading at base path /
installer: The upgrade was successful.
ProductName: macOS
ProductVersion: 14.7.1
BuildVersion: 23H222
CRC version: 2.43.0+268795
OpenShift version: 4.17.1
MicroShift version: 4.17.1
INFO Using bundle path /Users/tiger/.crc/cache/crc_vfkit_4.17.1_arm64.crcbundle
INFO Checking if running macOS version >= 13.x
INFO Checking if running as non-root
INFO Checking if crc-admin-helper executable is cached
INFO Checking if running on a supported CPU architecture
INFO Checking if crc executable symlink exists
INFO Creating symlink for crc executable
INFO Checking minimum RAM requirements
INFO Check if Podman binary exists in: /Users/tiger/.crc/bin/oc
INFO Checking if running emulated on Apple silicon
INFO Checking if vfkit is installed
INFO Checking if CRC bundle is extracted in '$HOME/.crc'
INFO Checking if /Users/tiger/.crc/cache/crc_vfkit_4.17.1_arm64.crcbundle exists
INFO Checking if old launchd config for tray and/or daemon exists
INFO Checking if crc daemon plist file is present and loaded
INFO Adding crc daemon plist file and loading it
INFO Checking SSH port availability
Your system is correctly setup for using CRC. Use 'crc start' to start the instance
DEBU CRC version: 2.43.0+268795
DEBU OpenShift version: 4.17.1
DEBU MicroShift version: 4.17.1
DEBU Running 'crc start'
DEBU Total memory of system is 34359738368 bytes
DEBU No new version available. The latest version is 2.43.0
DEBU Checking file: /Users/tiger/.crc/machines/crc/.crc-exist
INFO Using bundle path /Users/tiger/.crc/cache/crc_vfkit_4.17.1_arm64.crcbundle
INFO Checking if running macOS version >= 13.x
DEBU Running 'sw_vers -productVersion'
DEBU sw_vers -productVersion is: 14.7.1
INFO Checking if running as non-root
INFO Checking if crc-admin-helper executable is cached
INFO Checking if running on a supported CPU architecture
DEBU GOARCH is arm64 GOOS is darwin
INFO Checking if crc executable symlink exists
INFO Checking minimum RAM requirements
DEBU Total memory of system is 34359738368 bytes
INFO Check if Podman binary exists in: /Users/tiger/.crc/bin/oc
INFO Checking if running emulated on Apple silicon
INFO Checking if vfkit is installed
INFO Checking if old launchd config for tray and/or daemon exists
INFO Checking if crc daemon plist file is present and loaded
DEBU Running 'bash -c launchctl list | grep com.redhat.crc.daemon | awk '{print $1}''
INFO Checking SSH port availability
DEBU Checking file: /Users/tiger/.crc/machines/crc/.crc-exist
INFO Loading bundle: crc_vfkit_4.17.1_arm64...
DEBU Using secret from configuration
INFO Creating CRC VM for OpenShift 4.17.1...
DEBU Running pre-create checks...
DEBU Creating machine...
INFO Generating new SSH key pair...
INFO Generating new password for the kubeadmin user
DEBU Created /Users/tiger/.crc/machines/crc/.crc-exist
DEBU Machine successfully created
DEBU Checking file: /Users/tiger/.crc/machines/crc/.crc-exist
INFO Starting CRC VM for openshift 4.17.1...
DEBU Updating CRC VM configuration
DEBU Running /usr/local/crc/vfkit --cpus 8 --memory 10752 --bootloader efi,variable-store=/Users/tiger/.crc/machines/crc/efistore.nvram,create --device virtio-serial,logFilePath=/Users/tiger/.crc/machines/crc/vfkit.log --device virtio-fs,sharedDir=/Users/tiger,mountTag=dir0 --device virtio-rng --device virtio-blk,path=/Users/tiger/.crc/machines/crc/crc.img --device virtio-vsock,port=1024,socketURL=/Users/tiger/.crc/tap.sock,listen --timesync vsockPort=1234
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="&{8 10752 {[efi variable-store=/Users/tiger/.crc/machines/crc/efistore.nvram create] true} vsockPort=1234 [virtio-serial,logFilePath=/Users/tiger/.crc/machines/crc/vfkit.log virtio-fs,sharedDir=/Users/tiger,mountTag=dir0 virtio-rng virtio-blk,path=/Users/tiger/.crc/machines/crc/crc.img virtio-vsock,port=1024,socketURL=/Users/tiger/.crc/tap.sock,listen] none:// false}"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="boot parameters: &{EFIVariableStorePath:/Users/tiger/.crc/machines/crc/efistore.nvram CreateVariableStore:true}"
DEBU time="2024-11-12T11:17:43-05:00" level=info
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="virtual machine parameters:"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="\tvCPUs: 8"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="\tmemory: 10752 MiB"
DEBU time="2024-11-12T11:17:43-05:00" level=info
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="Adding virtio-serial device (logFile: /Users/tiger/.crc/machines/crc/vfkit.log)"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="Adding virtio-fs device"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="Adding virtio-rng device"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="Adding virtio-blk device (imagePath: /Users/tiger/.crc/machines/crc/crc.img)"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="Adding virtio-vsock device"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="virtual machine is running"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="Exposing vsock port 1024 on /Users/tiger/.crc/tap.sock (listening)"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="Setting up host/guest time synchronization"
DEBU time="2024-11-12T11:17:43-05:00" level=info msg="waiting for VM to stop"
DEBU Waiting for machine to be running, this may take a few minutes...
DEBU retry loop: attempt 0
DEBU Machine is up and running!
INFO CRC 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: [/Users/tiger/.crc/machines/crc/id_ed25519 /Users/tiger/.crc/cache/crc_vfkit_4.17.1_arm64/id_ecdsa_crc]
DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:53407->127.0.0.1:2222: read: connection reset by peer, output:
DEBU error: Temporary error: ssh command error:
command : exit 0
err : ssh: handshake failed: read tcp 127.0.0.1:53407->127.0.0.1:2222: read: connection reset by peer
- sleeping 1s
DEBU retry loop: attempt 1
DEBU Running SSH command: exit 0
DEBU Using ssh private keys: [/Users/tiger/.crc/machines/crc/id_ed25519 /Users/tiger/.crc/cache/crc_vfkit_4.17.1_arm64/id_ecdsa_crc]
DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:53409->127.0.0.1:2222: read: connection reset by peer, output:
DEBU error: Temporary error: ssh command error:
command : exit 0
err : ssh: handshake failed: read tcp 127.0.0.1:53409->127.0.0.1:2222: read: connection reset by peer
- sleeping 1s
DEBU retry loop: attempt 2
DEBU Running SSH command: exit 0
DEBU Using ssh private keys: [/Users/tiger/.crc/machines/crc/id_ed25519 /Users/tiger/.crc/cache/crc_vfkit_4.17.1_arm64/id_ecdsa_crc]
DEBU SSH command results: err: <nil>, output:
INFO CRC VM is running
DEBU Using root access: disable core user password
DEBU Running SSH command: sudo passwd --lock core
DEBU SSH command results: err: <nil>, output: Locking password for user core.
passwd: Success
DEBU Running SSH command: cat /home/core/.ssh/authorized_keys
DEBU SSH command results: err: Process exited with status 1, output:
INFO Updating authorized keys...
DEBU Creating /home/core/.ssh/authorized_keys with permissions 0644 in the CRC VM
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU Running SSH command: rm /home/core/.ssh/authorized_keys.d/ignition
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Get device id
DEBU Running SSH command: sudo /usr/sbin/blkid -t TYPE=xfs -o device
DEBU SSH command results: err: <nil>, output: /dev/vda4
DEBU Using root access: Growing /dev/vda4 partition
DEBU Running SSH command: sudo /usr/bin/growpart /dev/vda 4
DEBU SSH command results: err: <nil>, output: CHANGED: partition=4 start=1050624 old: size=63961055 end=65011678 new: size=103806943 end=104857566
INFO Resizing /dev/vda4 filesystem
DEBU Using root access: Remounting /sysroot read/write
DEBU Running SSH command: sudo mount -o remount,rw /sysroot
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Growing /sysroot filesystem
DEBU Running SSH command: sudo xfs_growfs /sysroot
DEBU SSH command results: err: <nil>, output: meta-data=/dev/vda4 isize=512 agcount=44, agsize=184704 blks
= sectsz=512 attr=2, projid32bit=1
= crc=1 finobt=1, sparse=1, rmapbt=0
= reflink=1 bigtime=1 inobtcount=1 nrext64=0
data = bsize=4096 blocks=7995131, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0, ftype=1
log =internal log bsize=4096 blocks=16384, version=2
= sectsz=512 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
data blocks changed from 7995131 to 12975867
DEBU Configuring shared directories
INFO Configuring shared directories
DEBU Using root access: Making / mutable
DEBU Running SSH command: sudo chattr -i /
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Creating /Users/tiger
DEBU Running SSH command: sudo mkdir -p /Users/tiger
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Making / immutable again
DEBU Running SSH command: sudo chattr +i /
DEBU SSH command results: err: <nil>, output:
DEBU Mounting tag dir0 at /Users/tiger
DEBU Using root access: Mounting /Users/tiger
DEBU Running SSH command: sudo mount -o context="system_u:object_r:container_file_t:s0" -t virtiofs dir0 /Users/tiger
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: make root Podman socket accessible
DEBU Running SSH command: sudo chmod 777 /run/podman/ /run/podman/podman.sock
DEBU SSH command results: err: <nil>, output:
DEBU Running '/usr/local/crc/crc-admin-helper-darwin rm api.crc.testing oauth-openshift.apps-crc.testing console-openshift-console.apps-crc.testing downloads-openshift-console.apps-crc.testing canary-openshift-ingress-canary.apps-crc.testing default-route-openshift-image-registry.apps-crc.testing'
DEBU Running '/usr/local/crc/crc-admin-helper-darwin add 127.0.0.1 api.crc.testing oauth-openshift.apps-crc.testing console-openshift-console.apps-crc.testing downloads-openshift-console.apps-crc.testing canary-openshift-ingress-canary.apps-crc.testing default-route-openshift-image-registry.apps-crc.testing'
DEBU Running SSH command: systemctl status ovs-configuration.service
DEBU SSH command results: err: Process exited with status 3, output: ○ ovs-configuration.service - Configures OVS with proper host networking configuration
Loaded: loaded (/etc/systemd/system/ovs-configuration.service; enabled; preset: disabled)
Active: inactive (dead)
DEBU Using root access: Executing systemctl daemon-reload command
DEBU Running SSH command: sudo systemctl daemon-reload
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Executing systemctl start ovs-configuration.service
DEBU Running SSH command: sudo systemctl start ovs-configuration.service
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Update resolv.conf file
DEBU Running SSH command: sudo nmcli con modify --temporary ovs-if-br-ex ipv4.dns 192.168.127.1 ipv4.dns-search crc.testing
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Executing systemctl daemon-reload command
DEBU Running SSH command: sudo systemctl daemon-reload
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Executing systemctl restart NetworkManager.service
DEBU Running SSH command: sudo systemctl restart NetworkManager.service
DEBU SSH command results: err: <nil>, output:
DEBU retry loop: attempt 0
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 1
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 2
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 3
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 4
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 5
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 6
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 7
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 8
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 9
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU retry loop: attempt 10
DEBU Running SSH command: host -R 3 foo.apps-crc.testing
DEBU SSH command results: err: Process exited with status 1, output: foo.apps-crc.testing has address 192.168.127.2
Host foo.apps-crc.testing not found: 3(NXDOMAIN)
DEBU error: Temporary error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err : Process exited with status 1
- sleeping 1s
DEBU RetryAfter timeout after 11 tries
INFO Check internal and public DNS query...
DEBU Running SSH command: curl --head quay.io
DEBU SSH command results: err: Process exited with status 6, output:
WARN Failed public DNS query from the cluster: ssh command error:
command : curl --head quay.io
err : Process exited with status 6
:
INFO Check DNS query from host...
DEBU api.crc.testing resolved to [127.0.0.1]
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: <nil>, output: 2025-10-22T11:40:25+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: <nil>, output: 2025-10-22T11:41:38+00:00
DEBU Running SSH command: date --date="$(sudo openssl x509 -in /etc/kubernetes/static-pod-resources/kube-apiserver-certs/secrets/aggregator-client/tls.crt -noout -enddate | cut -d= -f 2)" --iso-8601=seconds
DEBU SSH command results: err: <nil>, output: 2025-10-22T11:42:47+00:00
INFO Starting kubelet service
DEBU Using root access: Executing systemctl daemon-reload command
DEBU Running SSH command: sudo systemctl daemon-reload
DEBU SSH command results: err: <nil>, output:
DEBU Using root access: Executing systemctl start kubelet
DEBU Running SSH command: sudo systemctl start kubelet
DEBU SSH command results: err: <nil>, 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 1, output:
DEBU E1112 16:21:29.587519 4213 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:29.588150 4213 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:29.590048 4213 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:29.590471 4213 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:29.592515 4213 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
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
- 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 1, output:
DEBU E1112 16:21:30.670786 4547 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:30.671360 4547 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:30.673182 4547 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:30.673760 4547 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
E1112 16:21:30.675744 4547 memcache.go:265] couldn't get current server API group list: Get "https://api.crc.testing:6443/api?timeout=32s": dial tcp 192.168.127.2:6443: connect: connection refused
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
- 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
- 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
- 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
- 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: <nil>, output: NAME STATUS ROLES AGE VERSION
crc NotReady control-plane,master,worker 22d v1.30.4
DEBU NAME STATUS ROLES AGE VERSION
crc NotReady control-plane,master,worker 22d v1.30.4
DEBU Waiting for availability of resource type 'configmap'
DEBU retry loop: attempt 0
DEBU Running SSH command: timeout 5s oc get configmap --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: NAME DATA AGE
kube-root-ca.crt 1 22d
openshift-service-ca.crt 1 22d
DEBU NAME DATA AGE
kube-root-ca.crt 1 22d
openshift-service-ca.crt 1 22d
DEBU Running SSH command: timeout 30s oc delete -n openshift-machine-config-operator configmap machine-config-controller --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: Process exited with status 1, output:
DEBU Waiting for availability of resource type 'lease'
DEBU retry loop: attempt 0
DEBU Running SSH command: timeout 5s oc get lease --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output:
DEBU
DEBU Running SSH command: timeout 30s oc delete -A lease --all --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: lease.coordination.k8s.io "crc" deleted
lease.coordination.k8s.io "apiserver-yz2phfmetulqy4pemhbirhdnii" deleted
lease.coordination.k8s.io "kube-controller-manager" deleted
lease.coordination.k8s.io "cert-regeneration-controller-lock" deleted
lease.coordination.k8s.io "cert-recovery-controller-lock" deleted
lease.coordination.k8s.io "cluster-policy-controller-lock" deleted
lease.coordination.k8s.io "cert-recovery-controller-lock" deleted
lease.coordination.k8s.io "kube-scheduler" deleted
lease.coordination.k8s.io "ovnkube-identity" deleted
DEBU Waiting for availability of resource type 'secret'
DEBU retry loop: attempt 0
DEBU Running SSH command: timeout 5s oc get secret --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: NAME TYPE DATA AGE
builder-dockercfg-lzkr8 kubernetes.io/dockercfg 1 21d
default-dockercfg-5dk9t kubernetes.io/dockercfg 1 21d
deployer-dockercfg-kklvl kubernetes.io/dockercfg 1 21d
DEBU NAME TYPE DATA AGE
builder-dockercfg-lzkr8 kubernetes.io/dockercfg 1 21d
default-dockercfg-5dk9t kubernetes.io/dockercfg 1 21d
deployer-dockercfg-kklvl kubernetes.io/dockercfg 1 21d
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
INFO Adding user's pull secret to the cluster...
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU Waiting for availability of resource type 'machineconfigs'
DEBU retry loop: attempt 0
DEBU Running SSH command: timeout 5s oc get machineconfigs --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: NAME GENERATEDBYCONTROLLER IGNITIONVERSION AGE
00-master 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
00-worker 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-master-container-runtime 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-master-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-worker-container-runtime 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-worker-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
97-master-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
97-worker-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
98-master-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
98-worker-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
99-master-generated-registries 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
99-master-ssh 3.2.0 22d
99-node-sizing-for-crc 3.2.0 22d
99-openshift-machineconfig-master-dummy-networks 3.2.0 22d
99-worker-generated-registries 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
99-worker-ssh 3.2.0 22d
rendered-master-9b7ce91ef0c6c80ca7aaf69b233c8316 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 21d
rendered-worker-e6232857b8edff60f56a790211ced7e4 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 21d
DEBU NAME GENERATEDBYCONTROLLER IGNITIONVERSION AGE
00-master 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
00-worker 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-master-container-runtime 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-master-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-worker-container-runtime 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
01-worker-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
97-master-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
97-worker-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
98-master-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
98-worker-generated-kubelet 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
99-master-generated-registries 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
99-master-ssh 3.2.0 22d
99-node-sizing-for-crc 3.2.0 22d
99-openshift-machineconfig-master-dummy-networks 3.2.0 22d
99-worker-generated-registries 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 22d
99-worker-ssh 3.2.0 22d
rendered-master-9b7ce91ef0c6c80ca7aaf69b233c8316 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 21d
rendered-worker-e6232857b8edff60f56a790211ced7e4 21453ea63d5d082f8cc3ce56ec3c2355686170e0 3.4.0 21d
DEBU Running SSH command: timeout 30s oc get machineconfigs 99-master-ssh -o jsonpath='{.spec.config.passwd.users[0].sshAuthorizedKeys[0]}' --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAGw6bOf4aglq1oNcHKkYIUEw0MGTH+0PQWOiPHYSbk6YTfo4bFX4/1l+hgxilXBci2B011xpHFa/3486MHcyFkQkgERCtRXicXC7nPPIHIASxWJzjcI5gsoQcNC7mBiAeSS1MJrr/LSo+iF1pkoXCkHAge+jkkpOOifoSo45sgzwCFuwg== core
INFO Updating SSH key to machine config resource...
DEBU Running SSH command: timeout 30s oc patch machineconfig 99-master-ssh -p '{"spec": {"config": {"passwd": {"users": [{"name": "core", "sshAuthorizedKeys": ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINCAotyxkjxTqXmHTUI+PqF/3UNVk+gs/cWoiXjuE7U8"]}]}}}}' --type merge --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: machineconfig.machineconfiguration.openshift.io/99-master-ssh patched
INFO Waiting until the user's pull secret is written to the instance disk...
DEBU retry loop: attempt 0
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 1
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 2
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 3
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 4
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 5
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 6
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 7
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 8
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 9
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 10
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 11
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 12
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 13
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 14
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 15
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 16
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 17
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 18
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 19
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 20
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 21
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 22
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 23
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 24
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 25
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 26
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 27
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 28
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 29
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 30
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 31
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 32
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 33
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 34
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 35
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 36
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 37
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 38
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU error: Temporary error: pull secret not updated to disk - sleeping 2s
DEBU retry loop: attempt 39
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
INFO Overriding password for kubeadmin user
DEBU Waiting for availability of resource type 'secret'
DEBU retry loop: attempt 0
DEBU Running SSH command: timeout 5s oc get secret --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: NAME TYPE DATA AGE
builder-dockercfg-lzkr8 kubernetes.io/dockercfg 1 21d
default-dockercfg-5dk9t kubernetes.io/dockercfg 1 21d
deployer-dockercfg-kklvl kubernetes.io/dockercfg 1 21d
DEBU NAME TYPE DATA AGE
builder-dockercfg-lzkr8 kubernetes.io/dockercfg 1 21d
default-dockercfg-5dk9t kubernetes.io/dockercfg 1 21d
deployer-dockercfg-kklvl kubernetes.io/dockercfg 1 21d
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
INFO Changing the password for the kubeadmin user
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
DEBU Waiting for availability of resource type 'clusterversion'
DEBU retry loop: attempt 0
DEBU Running SSH command: timeout 5s oc get clusterversion --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.17.1 True False 22d Error while reconciling 4.17.1: an unknown error has occurred: MultipleErrors
DEBU NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.17.1 True False 22d Error while reconciling 4.17.1: an unknown error has occurred: MultipleErrors
DEBU Running SSH command: timeout 30s oc get clusterversion version -o jsonpath="{['spec']['clusterID']}" --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output:
INFO Updating cluster ID...
DEBU Running SSH command: timeout 30s oc patch clusterversion version -p '{"spec":{"clusterID":"3fbb7008-0b11-4155-b4cb-179b6b2782f8"}}' --type merge --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: clusterversion.config.openshift.io/version patched
DEBU Running SSH command: ls /opt/crc/routes-controller.yaml
DEBU SSH command results: err: <nil>, output: /opt/crc/routes-controller.yaml
DEBU Running SSH command: timeout 30s oc apply -f /opt/crc/routes-controller.yaml --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: deployment.apps/routes-controller created
DEBU Waiting for availability of resource type 'configmaps'
DEBU retry loop: attempt 0
DEBU Running SSH command: timeout 5s oc get configmaps --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: NAME DATA AGE
kube-root-ca.crt 1 22d
openshift-service-ca.crt 1 22d
DEBU NAME DATA AGE
kube-root-ca.crt 1 22d
openshift-service-ca.crt 1 22d
DEBU Running SSH command: timeout 30s oc get configmaps admin-kubeconfig-client-ca -n openshift-config -o jsonpath="{.data.ca-bundle\.crt}" --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: -----BEGIN CERTIFICATE-----
MIIDMDCCAhigAwIBAgIIEQGwpNGIQkcwDQYJKoZIhvcNAQELBQAwNjESMBAGA1UE
CxMJb3BlbnNoaWZ0MSAwHgYDVQQDExdhZG1pbi1rdWJlY29uZmlnLXNpZ25lcjAe
Fw0yNDEwMjExMDU2MzFaFw0zNDEwMTkxMDU2MzFaMDYxEjAQBgNVBAsTCW9wZW5z
aGlmdDEgMB4GA1UEAxMXYWRtaW4ta3ViZWNvbmZpZy1zaWduZXIwggEiMA0GCSqG
SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDgKCzj70k+aal0I0oYLgie3wkbAu/M1+Rn
7fCSKEA8+7L53kj4HyQXS9AruLZinIWi4nP7Q9QtzwpYsWl2hHP2hECHGkSWUtd7
L/Id/dy+UrhQrIuuI4V0PlBPsOKW/O1l4ULbhd0hp6+VfeR8OOLyvT6EfEl0bUL/
4Qi92QVSVgQzxnnO7M6fpY0oskcqeipETOQdOyMi2/NdDRq+Pb6sO0pZU39wxEvm
rMlgY/w0MIAB2mTTW8AqAbnEDmTexusaaiBe3HaXAnsu+svloXYOXt7jWfK4ai7m
SRMhrz6LGFeiziaCm40OL5YSPfUpsPB55OhwEQ23o0oTwDmm+yPjAgMBAAGjQjBA
MA4GA1UdDwEB/wQEAwICpDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBT4E+LS
/EgcAQFRJ3nwaXNjL/0zrDANBgkqhkiG9w0BAQsFAAOCAQEAiJTkIkYQIzowHJ4D
dTewvjcMmAn6Z+dAn0IMF2w1dePBeP3jzgHCHpxg4eJ0YA0l32qqescrCVpskq2j
MV1C0ToRWVqeb8c9k7nEFzpNRng+P+oB/dG0nkm0ddEbagUh1RgV8UuIufHHEbbP
DmiQr0gBewYV6STgto2arCs1PIRN9VQP1PeGaNmwaQJGgsWGJqHQ3N7bLhjIxiII
cwfqBBSMAFI4RSQ6zYqOVuuN0eUqlOHmLdh2DMG+mAoVgiLwIWWBFjF2wVL8HosQ
S6+x9hDqERKc/vLzXf67vGsAUjJXX114Y1T2eTNwbkgOh13DDY/3ZN7MLaINPU0o
MQX5fg==
-----END CERTIFICATE-----
INFO Updating root CA cert to admin-kubeconfig-client-ca configmap...
DEBU Running SSH command: timeout 30s oc patch configmap admin-kubeconfig-client-ca -n openshift-config --patch '{"data": {"ca-bundle.crt": "-----BEGIN CERTIFICATE-----\nMIIDSjCCAjKgAwIBAgIIfK9RWyrZ7ycwDQYJKoZIhvcNAQELBQAwPTESMBAGA1UE\nCxMJb3BlbnNoaWZ0MScwJQYDVQQDEx5hZG1pbi1rdWJlY29uZmlnLXNpZ25lci1j\ndXN0b20wHhcNMjQxMTEyMTYyMzEyWhcNMzQxMTEwMTYyMzEyWjA9MRIwEAYDVQQL\nEwlvcGVuc2hpZnQxJzAlBgNVBAMTHmFkbWluLWt1YmVjb25maWctc2lnbmVyLWN1\nc3RvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKuXRAGPAkcTgJ80\nHA+sGKvpxci2ZVdM+qHtTktrzDi45vcSRj+3F+aGU+RMZHTmC9eElfvppVOnUb2U\ndUH6WvsiGoQXXEsgiOBdzo2gYPMnL62/u3+pgHDdi4AIAwvFUwLVQPPab+enOgrX\nx2LA+EPPqxaV5Xp08Sa45lIsDfThffYU0j+01I+CIq/+dbvgl/IXA0eRJggfSPDf\nJsKQOsmDUO8E4eCD+C0DyanCaio4kfT3GCfd4A4SaUjUo6kwTyDn3wlB6h/VqzZ5\nOSr/TZQXQqJiCL5mFmwD8QoKb2JeXzNIhD/juTCKimH8YQb12dOSur1/mLnQDnTf\nKrGGKKECAwEAAaNOMEwwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB/wQFMAMBAf8w\nKQYDVR0OBCIEICio7fvkLJL8yEpy3CrvVM75lfIxgEKFOIt8GfYrS2K3MA0GCSqG\nSIb3DQEBCwUAA4IBAQBuE4uZi6lsdDUNFWP22Glb6dbS4AZpkwjgQhYyDv2Os6Cd\nY5mjg6OvRNRpWM6x7Z6XzBzIvLNp1K+78YyludhBn30V5LoosQpsaeEgasLasUhT\nyaT1p0fpMvX9/1SNHKSRm+tiKSCXu0rC9vgVxdPweC2Hrrd7bQ9JeLknM4ChEhye\n0llcAYoD6GTXnBR7j6+uJiEyoDp7CS3CUMFZhG5CxbNb0Iva07KewxwM+EMiJ6mD\npeCNHa6UCx2NV64NKYJ2+dN7pPbwILOlJFtE2xE1Mx6kLWIKGDtMHsrT57zxR+bM\n12sphfxI7ur33b0E451X5zhuS5V1JtoCH4b6fmr4\n-----END CERTIFICATE-----\n"}}' --context admin --cluster crc --kubeconfig /opt/kubeconfig
DEBU SSH command results: err: <nil>, output: configmap/admin-kubeconfig-client-ca patched
DEBU Creating /opt/kubeconfig with permissions 0644 in the CRC VM
DEBU Running SSH command: <hidden>
DEBU SSH command succeeded
INFO Starting openshift instance... [waiting for the cluster to stabilize]
INFO All operators are available. Ensuring stability...
DEBU authentication operator not available, Reason: OAuthServerDeployment_NoPod::OAuthServerRouteEndpointAccessibleController_EndpointUnavailable
INFO Operator authentication is not yet available
DEBU authentication operator not available, Reason: OAuthServerDeployment_NoPod
INFO Operator authentication is not yet available
DEBU authentication operator not available, Reason: OAuthServerDeployment_NoPod
INFO Operator authentication is not yet available
DEBU authentication operator not available, Reason: OAuthServerDeployment_NoPod
INFO Operator authentication is not yet available
DEBU authentication operator is degraded, Reason: OAuthServerDeployment_UnavailablePod
DEBU authentication operator not available, Reason: OAuthServerDeployment_NoPod
INFO Operator authentication is degraded
DEBU authentication operator is degraded, Reason: OAuthServerDeployment_UnavailablePod
DEBU authentication operator not available, Reason: OAuthServerDeployment_NoPod
INFO Operator authentication is degraded
DEBU authentication operator is degraded, Reason: OAuthServerDeployment_UnavailablePod
DEBU authentication operator not available, Reason: OAuthServerDeployment_NoPod
INFO Operator authentication is degraded
INFO All operators are available. Ensuring stability...
INFO Operators are stable (2/3)...
INFO Operators are stable (3/3)...
DEBU Cluster took 5m0.30715025s to stabilize
INFO Adding crc-admin and crc-developer contexts to kubeconfig...
DEBU Using address: api.crc.testing:6443
DEBU Dialing to 127.0.0.1:6443
DEBU Using address: oauth-openshift.apps-crc.testing:443
DEBU Dialing to 127.0.0.1:443
DEBU Using address: api.crc.testing:6443
DEBU Dialing to 127.0.0.1:6443
DEBU Using address: oauth-openshift.apps-crc.testing:443
DEBU Dialing to 127.0.0.1:443
~ 10m 50s
❯ crc config view
- consent-telemetry : no
- cpus : 8
- disk-size : 50
- kubeadmin-password : crcpass
- pull-secret-file : /Users/tiger/pull-secret.txt
~
❯ crc status --log-level debug
DEBU CRC version: 2.43.0+268795
DEBU OpenShift version: 4.17.1
DEBU MicroShift version: 4.17.1
DEBU Running 'crc status'
CRC VM: Running
OpenShift: Running (v4.17.1)
RAM Usage: 5.973GB of 10.93GB
Disk Usage: 18.97GB of 53.08GB (Inside the CRC VM)
Cache Usage: 116.6GB
Cache Directory: /Users/tiger/.crc/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment