Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mbrancato opened this issue Jan 3, 2024 · 0 comments
Open

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

mbrancato opened this issue Jan 3, 2024 · 0 comments

Comments

@mbrancato
Copy link

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.

<TabItem value="macOS">
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?

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant