This message was deleted.
# ask-for-help
s
This message was deleted.
t
deployment is running
some log events that could potentially be the source of the problem:
x
If you are using minikube on macOS, it is recommended to read the following content: https://github.com/bentoml/Yatai#%EF%B8%8F-prerequisites
t
@Xipeng Guan thank you for your response, I'm using Ubuntu unfortunately
i think i nailed all the prerequisites
x
Can you ping the ip?
t
@Xipeng Guan no, it says
ping: <http://oke-chua-yatai.192.168.49.2.sslip.io/>: Name or service not known
even on my local machine
x
how about this result?
Copy code
dig <http://oke-chua-yatai.192.168.49.2.sslip.io|oke-chua-yatai.192.168.49.2.sslip.io>
Copy code
ping 192.168.49.2
Oh, it's not a network issue here, maybe you can check your runner logs
❤️ 1
t
log:
event:
x
you should select the main container
t
oh sorry
here it is
x
That's weird, I think you can use the debug terminal to manually curl the health probe.
Copy code
curl localhost:3000/readyz
t
@Xipeng Guan do i have to configure anything to expose my local machine to the internet?
x