Forwarded port accessible only on localhost #1187
-
DescriptionI started a new lima vm with the k8s.yaml manifest. I'm able to browse a Kubernetes service of type LoadBalancer exposed on port 30674 but only on localhost:
If I try on the local network interface en0 ip I got a connection refused:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
This comment has been minimized.
This comment has been minimized.
-
I have the same issue, tried with k3s, even the port on mac bind to 0.0.0.0, it can only be accessed with localhost or 127.0.0.1 |
Beta Was this translation helpful? Give feedback.
-
You can change the Lines 314 to 318 in 3c9eb1b |
Beta Was this translation helpful? Give feedback.
You can change the
hostIP
to0.0.0.0
in the yamllima/examples/default.yaml
Lines 314 to 318 in 3c9eb1b