witty-honey-18052
11/01/2022, 11:26 AM> kubectl get all --namespace=kube-system
NAME READY STATUS RESTARTS AGE
pod/helm-install-traefik-crd-sxvd6 0/1 Completed 0 14h
pod/helm-install-traefik-c88gt 0/1 Completed 1 14h
pod/svclb-traefik-901669a0-fjfzz 2/2 Running 2 (14h ago) 14h
pod/coredns-75fc8f8fff-4tz6c 1/1 Running 1 (14h ago) 14h
pod/local-path-provisioner-5b5579c644-q27m7 1/1 Running 1 (14h ago) 14h
pod/traefik-9c6dc6686-z6xks 1/1 Running 1 (14h ago) 14h
pod/metrics-server-5c8978b444-9k8s5 1/1 Running 1 (14h ago) 14h
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/kube-dns ClusterIP 10.43.0.10 <none> 53/UDP,53/TCP,9153/TCP 14h
service/metrics-server ClusterIP 10.43.223.10 <none> 443/TCP 14h
service/traefik LoadBalancer 10.43.106.199 172.24.222.159 80:32537/TCP,443:30380/TCP 14h
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
daemonset.apps/svclb-traefik-901669a0 1 1 1 1 1 <none> 14h
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/coredns 1/1 1 1 14h
deployment.apps/local-path-provisioner 1/1 1 1 14h
deployment.apps/traefik 1/1 1 1 14h
deployment.apps/metrics-server 1/1 1 1 14h
NAME DESIRED CURRENT READY AGE
replicaset.apps/coredns-75fc8f8fff 1 1 1 14h
replicaset.apps/local-path-provisioner-5b5579c644 1 1 1 14h
replicaset.apps/traefik-9c6dc6686 1 1 1 14h
replicaset.apps/metrics-server-5c8978b444 1 1 1 14h
NAME COMPLETIONS DURATION AGE
job.batch/helm-install-traefik-crd 1/1 11s 14h
job.batch/helm-install-traefik 1/1 16s 14h
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22621 N/A Build 22621
jolly-forest-99711
11/01/2022, 6:35 PMwitty-honey-18052
11/01/2022, 8:53 PMjolly-forest-99711
11/01/2022, 9:25 PMWhen I try to forward the ports and click the check, the input box for the port number just disappearsSounds like a bug to me.
The RD GUI is on the windows side, not embedded in a distro in wslSorry, I wasn't specific enough. It's expected that the RD GUI is on the windows side. I was referring to how RD integrates with WSL distros when you configure it to do so (it sounds like you did this)
the debug logs don't really show anything obviousAre you sure? The relevant logs should be in k8s.log
rdctl shell
, are you able to talk to traefik using curl
?my-site.localhost
work? I've never seen localhost
used in any way other than by itself. Is this a Windows thing? Provided by k8s? Either way it would be best to test with localhost
I thinkwitty-honey-18052
11/01/2022, 9:42 PM2022-11-01T20:46:17.969Z: Setting up new port forwarding to kube-system/traefik:web...
2022-11-01T20:46:17.971Z: Forwarding server for kube-system/traefik:web created.
2022-11-01T20:46:17.971Z: Forwarding server for kube-system/traefik:web added to server list.
2022-11-01T20:46:21.386Z: Found existing server for kube-system/traefik:web.
2022-11-01T20:46:21.386Z: Server listening on 58951, but we want 80. Closing it.
2022-11-01T20:46:21.387Z: Setting up new port forwarding to kube-system/traefik:web...
2022-11-01T20:46:21.388Z: Error: listen EACCES: permission denied 127.0.0.1:80
2022-11-01T20:46:24.002Z: Setting up new port forwarding to kube-system/traefik:web...
2022-11-01T20:46:24.004Z: Forwarding server for kube-system/traefik:web created.
2022-11-01T20:46:24.004Z: Forwarding server for kube-system/traefik:web added to server list.
2022-11-01T20:46:25.979Z: Found existing server for kube-system/traefik:web.
2022-11-01T20:46:25.979Z: Server listening on 58955, but we want 80. Closing it.
2022-11-01T20:46:25.980Z: Setting up new port forwarding to kube-system/traefik:web...
2022-11-01T20:46:25.981Z: Error: listen EACCES: permission denied 127.0.0.1:80
2022-11-01T20:46:27.271Z: Setting up new port forwarding to kube-system/traefik:websecure...
2022-11-01T20:46:27.272Z: Forwarding server for kube-system/traefik:websecure created.
2022-11-01T20:46:27.272Z: Forwarding server for kube-system/traefik:websecure added to server list.
2022-11-01T20:46:29.379Z: Found existing server for kube-system/traefik:websecure.
2022-11-01T20:46:29.379Z: Server listening on 58957, but we want 443. Closing it.
2022-11-01T20:46:29.379Z: Setting up new port forwarding to kube-system/traefik:websecure...
2022-11-01T20:46:29.380Z: Error: listen EACCES: permission denied 127.0.0.1:443
$ rdctl shell
Error: can't find the lima-home directory at "/home/{user}/.local/share/rancher-desktop/lima"
jolly-forest-99711
11/01/2022, 10:27 PMwitty-honey-18052
11/01/2022, 10:28 PMjolly-forest-99711
11/01/2022, 10:29 PMwitty-honey-18052
11/01/2022, 10:30 PMjolly-forest-99711
11/01/2022, 10:31 PMrdctl shell
is producing a message about lima something is pretty screwed up anywayswitty-honey-18052
11/01/2022, 10:36 PMjolly-forest-99711
11/01/2022, 10:37 PMwitty-honey-18052
11/01/2022, 10:43 PMjolly-forest-99711
11/01/2022, 10:59 PMwitty-honey-18052
11/01/2022, 11:00 PMjolly-forest-99711
11/01/2022, 11:01 PMwitty-honey-18052
11/01/2022, 11:02 PMjolly-forest-99711
11/02/2022, 4:20 PM