Closed PeterWang-dev closed 1 year ago
I am not familiar with details about computer network and netmaker inner work. However I still have some guess about the bug:
I tested curl command separately on my machine out of docker and worked well. But it failed in docker container. That my related to some network (port forwarding) error between docker container?
I used curl intending to get from dashboard but nothing response while domain ping worked well.
Solved by reappend firewall rules.
通过重新追加防火墙规则解决。
Hello, I also encountered the same problem. What firewall rules did you add? Can you explain it in detail? Thank you
Contact Details
PeterWang030908@hotmail.com
What happened?
Seems there is something wrong when trying to creating ingress during installation.
After testing and digging into log, I found:
The curl inquiry response always got a null.
Logs of Caddy revealed an 502 error of api and broker access.
Mq logs said it was waiting for netmaker sever set up.
So it seems like something wrong in mq initialize.
Then I found error occured in server availability check, that is, the wait.sh. _
curl --output /dev/null --silent --fail --head --location "${NETMAKER_SERVER_HOST}/api/server/health
could not get response so mq did not start up!_I checked logs of Caddy again and found the 502 Error said connection refused and had the message "err_trace":"reverseproxy.statusError (reverseproxy.go:1272).
Details of log are pasted in output section.
Version
v0.17.1
What OS are you using?
Linux
Relevant log output
Contributing guidelines