This message was deleted.
# rancher-desktop
a
This message was deleted.
l
I usually got the following message
Rancher Desktop Error
Rancher Desktop 1.22.0 - darwin (aarch64)
Error Starting Rancher Desktop
FetchError: request to <https://127.0.0.1:6443/api/v1/nodes> failed, reason: unable to verify the first certificate
Context:
Waiting for nodes
Some recent logfile lines:
at TLSSocket.socketErrorListener (node:_http_client:574:5)
at TLSSocket.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
type: 'system',
errno: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE',
code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'
}
[1:59 PM] Also when I go to containers I see the loading message and it hangs there. [2:00 PM] I tried to resintall the app but it didn't solve the issue
f
The problem is that the certificate for the k3s cluster is wrong in you ~/.kube/config. If possible I would try to see if doing a "Reset Kubernetes" from the Troubleshooting page would fix it. It would however delete all your current Kubernetes workloads.
Or maybe try this first:
Copy code
kubectl config delete-context rancher-desktop && kubectl config delete-cluster rancher-desktop && kubectl config delete-user rancher-desktop
And then restart Rancher Desktop
This should then fetch the updated certs and config without affecting your cluster