@proud-jewelry-46860 Well, it depends, right? Eventually you should get the log entry "2024/05/03 14
2406 [DEBUG] kubernetes: loaded kubeconfig /etc/rancher/k3s/k3s.yaml" printed and then kubernetes should start up. This does not happen for me. That message is spamming until a restart of my laptop and kubectl is not able to contact k3s,
PS C:\Users\patrik> kubectl get svc
E0503 15
3628.447676 35492 memcache.go:265] couldn't get current server API group list: Get "
https://127.0.0.1:6443/api?timeout=32s": read tcp 127.0.0.1
62088 >127.0.0.16443: wsarecv: An existing connection was forcibly closed by the remote host.
E0503 15
3631.457201 35492 memcache.go:265] couldn't get current server API group list: Get "
https://127.0.0.1:6443/api?timeout=32s": read tcp 127.0.0.1
62093 >127.0.0.16443: wsarecv: An existing connection was forcibly closed by the remote host.
E0503 15
3634.478397 35492 memcache.go:265] couldn't get current server API group list: Get "
https://127.0.0.1:6443/api?timeout=32s": read tcp 127.0.0.1
62096 >127.0.0.16443: wsarecv: An existing connection was forcibly closed by the remote host.
E0503 15
3637.488751 35492 memcache.go:265] couldn't get current server API group list: Get "
https://127.0.0.1:6443/api?timeout=32s": read tcp 127.0.0.1
62100 >127.0.0.16443: wsarecv: An existing connection was forcibly closed by the remote host.
E0503 15
3640.495523 35492 memcache.go:265] couldn't get current server API group list: Get "
https://127.0.0.1:6443/api?timeout=32s": read tcp 127.0.0.1
62104 >127.0.0.16443: wsarecv: An existing connection was forcibly closed by the remote host.
Unable to connect to the server: read tcp 127.0.0.1
62104 >127.0.0.16443: wsarecv: An existing connection was forcibly closed by the remote host.
PS C:\Users\patrik>
Presumably, the .kubeconfig file is stored somewhere else on my laptop and the guest agent needs to load the file before being able to start up. However, this does not seem to happen all the time.