rancher-sandbox / docs.rancherdesktop.io

Docs site for Rancher Desktop
https://docs.rancherdesktop.io
30 stars 61 forks source link

Traefik IP on MacOS does not seem to listen on localhost #331

Open mbrancato opened 10 months ago

mbrancato commented 10 months ago

The docs for the Traefik IP for MacOS indicates there are two states - listening on localhost, and listening on a new IP bridge using socket-vmnet.

https://github.com/rancher-sandbox/docs.rancherdesktop.io/blob/c7cfc6b95daed614295574bb65052d0facb3e58b/docs/how-to-guides/traefik-ingress-example.md?plain=1#L123-L142

I cannot seem to reproduce the localhost listening with socket-vmnet disabled. It appears to always use socket-vmnet or a bridge. This is on the latest MacOS Sonoma.

Is this maybe out of date documentation? Are there alternative instructions to get Traefik to listen on localhost?

image