This message was deleted.
# rancher-desktop
a
This message was deleted.
k
I could use some more information -- which OS, which version of Rancher Desktop?
s
Rancher Desktop v. 1.6.2 Kubernetes v. 1.25.4 stable, latest Windows 10 21H2
Using dockerd as container engine
k
I'm not sure what you mean by changing port 8080 to 80. When I try to modify the port-forward command, I get this error, as expected:
Copy code
$ kubectl port-forward --namespace=ingress-nginx service/ingress-nginx-controller 80:80

Unable to listen on port 80: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 127.0.0.1:80: bind: permission denied unable to create listener: Error listen tcp6 [::1]:80: bind: permission denied]
error: unable to listen on any of the requested ports: [{80 80}]
But otherwise everything was working fine
s
@kind-iron-72902, what I am looking for is for external ip to be localhost when I run
kubectl get services
Right now it looks like 172.30.5.198 for example.
k
This might be a better question for the #k3s channel, or even a general kubernetes group -- I don't see how it's a Rancher Desktop issue (but then I'm not a k8s expert)
w
80/443 support broke on 1.6 for a number of folks using WSL. Here's an issue for it: https://github.com/rancher-sandbox/rancher-desktop/issues/3348 (came here this morning hoping for any insight or an update)