One question for openSuse and SLES latest version....
# rancher-desktop
a
One question for openSuse and SLES latest version. After successful deployment of rancher-desktop 1.20 and configuring of the Rancher (helm install rancher rancher-latest/rancher --namespace cattle-system --set hostname=sles.local) web page doesn't work (https://sles.local/dashboard/?setup=password). Deployment is successful (deployment "rancher" successfully rolled out). When I used WSL all is good but I want to test in on sles. I tried to disable firewall and many other things, but no luck. Just deploying nginx is fine I can open nginx page.
f
Did you update
/proc/sys/net/ipv4/ip_unprivileged_port_start
to allow the forwarded port to bind to port 443?
a
Thank you Jan, worked out with setting to 0.