TimXu0713 commented on issue #11056:
URL: https://github.com/apache/apisix/issues/11056#issuecomment-2017538972

   > yes,I can reproduce . when upgrade apisix by --set 
"service.stream.enabled=true" , then apisix config "proxy_mode: http&stream" 
but stream_proxy not config yet , so you can try to config stream_proxy in 
configmap apisix like this.
   > 
   > ```
   >   proxy_mode: http&stream
   >   stream_proxy:                 # TCP/UDP L4 proxy
   >       only: true                  # Enable L4 proxy only without L7 proxy.
   >       tcp:
   >         - addr: 9100              # Set the TCP proxy listening ports.
   >           tls: true
   >         - addr: "127.0.0.1:9101"
   > ```
   
   thanks,i manually edit the config file as you said,the pod runs successfully.


-- 
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