Replies: 1 comment 7 replies
-
@chobits , do you mind to take a look? thanks. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.start kong
2.
echo '1.1.1.1 test1' >> /etc/hosts
3.add service
test1:8080
in kong4.curl http://127.0.0.1:8000/test1/xxx.do
5.response :
{ "message": "failure to get a peer from the ring-balance" }
6.kong.error.log :
[warn] 255829#0: *532 [lua] targets.lua:504: queryDns(): querying dns for test1 failed: dns server error: 3 name error. Tried ["(short)test1:(na) - cache-hit/stale","test1:1 - cache-hit/dns server error: 3 name error","test1:33 - cache-miss/querying/dns server error: 3 name error","test1:5 - cache-miss/querying/dns server error: 3 name error"], context: ngx.timer
7.please help me
Beta Was this translation helpful? Give feedback.
All reactions