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?
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 usesocket-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?