You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open a bash session and set the node IP to your localhost address:
<Tabs>
<TabItem value="Default">
```bash
IP=127.0.0.1
```
</TabItem>
<TabItem value="socket-vmnet Enabled">
```bash
IP=`kubectl get node/lima-rancher-desktop -o jsonpath='{.status.addresses[?(@.type=="ExternalIP")].address}'`
```
</TabItem>
</Tabs>
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 text was updated successfully, but these errors were encountered:
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
.docs.rancherdesktop.io/docs/how-to-guides/traefik-ingress-example.md
Lines 123 to 142 in c7cfc6b
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?
The text was updated successfully, but these errors were encountered: