Replies: 3 comments 3 replies
-
I'm configured like this. I don't know if it's a best practice, but it works normally |
Beta Was this translation helpful? Give feedback.
-
You can add a portforwarding rule to your portForwards:
- guestPortRange: [1, 65535]
guestIPMustBeZero: true
hostIP: 0.0.0.0 This will bind all ports that are bound to If you leave out |
Beta Was this translation helpful? Give feedback.
-
Yeah, that was it. Just clicked in and accept and now its working from LAN. Now I have to discover how to change kubeconfig.yaml to be able to run Thank you all for helping. 😃 |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to setup k3s on my mac. I could setup it and deploy a hello word application. From inside de mac if I run
curl http://localhost:8080
it returns me the expected content.By another computer in my lan, if I try
curl http://192.168.1.180:8080
( mac ip ) I don't get any response. Is there a way to expose lima ports to lan.Beta Was this translation helpful? Give feedback.
All reactions