I’m installing microk8s on Win11 Home edition with VirtualBox VM. The installation runs without errors, but running any kubectl commands results in an error:
microk8s kubectl get all --all-namespaces
E0420 21:47:37.787111 19992 memcache.go:265] couldn’t get current server API group list: Get “https://10.0.2.15:16443/api?timeout=32s”: dial tcp 10.0.2.15:16443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
E0420 21:47:58.791039 19992 memcache.go:265] couldn’t get current server API group list: Get “https://10.0.2.15:16443/api?timeout=32s”: dial tcp 10.0.2.15:16443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
E0420 21:48:19.795631 19992 memcache.go:265] couldn’t get current server API group list: Get “https://10.0.2.15:16443/api?timeout=32s”: dial tcp 10.0.2.15:16443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
E0420 21:48:40.798005 19992 memcache.go:265] couldn’t get current server API group list: Get “https://10.0.2.15:16443/api?timeout=32s”: dial tcp 10.0.2.15:16443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
E0420 21:49:01.802279 19992 memcache.go:265] couldn’t get current server API group list: Get “https://10.0.2.15:16443/api?timeout=32s”: dial tcp 10.0.2.15:16443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Unable to connect to the server: dial tcp 10.0.2.15:16443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I’ve repeated the install several times and the same failure occurs.