tutuV opened a new issue #858:
URL: https://github.com/apache/apisix-ingress-controller/issues/858


   ### Issue description
   
   apisix pod: [warn] 45#45: *18736 [lua] init.lua:144: handler(): stream mode 
is disabled, can not add any stream routes, client: 10.1.11.197, server: , 
request: "GET /apisix/admin/stream_routes HTTP/1.1", host: 
"apisix-admin.apisix.svc.cluster.local:9180"
   
   ingress-controller pod: error   apisix/cluster.go:223   failed to list 
stream_routes in APISIX: unexpected status code 400; error message: 
{"error_msg":"stream mode is disabled, can not add stream routes"}
   
   ### Environment
   
   apisix-helm-chart 0.8.1
   eks 1.21.1
   
   
   
   
   ### Minimal test code / Steps to reproduce
   
   Apisix installation command:
   helm install apisix apisix \
   -f apisix/values.yaml \
   --set apisix.replicaCount=2 \
   --set gateway.type=LoadBalancer \
   --set gateway.tls.enabled=true \
   --set gateway.stream.enabled=false \
   --set admin.allow.ipList="{0.0.0.0/0}" \
   --set etcd.enabled=true \
   --set etcd.persistence.enabled=false \
   --set ingress-controller.enabled=true \
   --set ingress-controller.config.apisix.serviceNamespace=apisix \
   --set 
ingress-controller.config.kubernetes.apisixRouteVersion="apisix.apache.org/v2beta1"
 \
   --set dashboard.enabled=true \
   --namespace apisix
   
   ### Actual result
   
   the logs always have error
   
   ### Error log
   
   apisix pod: [warn] 45#45: *18736 [lua] init.lua:144: handler(): stream mode 
is disabled, can not add any stream routes, client: 10.1.11.197, server: , 
request: "GET /apisix/admin/stream_routes HTTP/1.1", host: 
"apisix-admin.apisix.svc.cluster.local:9180"
   
   ingress-controller pod: error   apisix/cluster.go:223   failed to list 
stream_routes in APISIX: unexpected status code 400; error message: 
{"error_msg":"stream mode is disabled, can not add stream routes"}
   
   ### Expected result
   
   _No response_


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to