This message was deleted.
# rancher-desktop
a
This message was deleted.
w
what does “docker context ls” show?
p
NAME DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR default * Current DOCKER_HOST based configuration npipe:////./pipe/docker_engine https://192.29.96.33:6443 (default) swarm
There is one more problem. Rancher Desktop is unable to configure kubernetes. It says "Cluster not found". I also see this - Kubernetes is using context
context-cnp5jtmzhja
instead of
rancher-desktop
.
w
so seems like there are a couple of issues here. I would start with getting docker/nerdctl stable than move to k8s. I know I have had some hiccups using wsl-vpnkit w k8s as well.
p
I am sorry, I did not understand.
w
i wouldn’t worry about getting kubernetes working initially. I can’t see your internal confluence wiki so no clue whats up there
i would make sure simple docker info and docker run work
p
so.., what is the next step for that.
w
run “`docker info`” and things like “`docker run hello-world`” until they work. Seems like it is likely a WSL issue. does
rdctl shell
work?
p
i tiied running rdtctl shell. it asked me to upgrde wsl. i ugraded. and all the above commands are working
👍 1
sorry.., hello world is not working
PS C:\windows\system32> docker run hello-world Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": context deadline exceeded.
Ok. I think it was because of the VPN. Working fine now.
161 Views