superwjc commented on issue #5138:
URL: https://github.com/apache/apisix/issues/5138#issuecomment-927261877


   ```
   kubectl -n apisix logs $(kubectl -n apisix \
   get pod -l "app.kubernetes.io/instance=apisix,app.kubernetes.io/name=apisix" 
| \
   sed -n '1!p' | awk '{print $1}' | sed -n '1p') -f
   ```
   ```
   2021/09/26 08:23:10 [warn] 43#43: *25526 [lua] init.lua:191: handler(): 
stream mode is disabled, can not to add any stream route, client: 10.244.196.0, 
server: , request: "PUT /apisix/admin/stream_routes/1 HTTP/1.1", host: 
"10.104.12.30:9180"
   10.244.196.0 - - [26/Sep/2021:08:23:10 +0000] 10.104.12.30:9180 "PUT 
/apisix/admin/stream_routes/1 HTTP/1.1" 400 154 0.000 "-" "curl/7.29.0" - - - 
"http://10.104.12.30:9180";
   ```
   I have no idea how to resolv it. 
   P.S. the error message "can not to add any stream route" has a grammatical 
error, should be changed to "can not add any stream route"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to