gamer22026 commented on issue #851: URL: https://github.com/apache/apisix-ingress-controller/issues/851#issuecomment-1026306420
If you are running apisix 2.12.0, I found that even though [this doc](https://github.com/apache/apisix/blob/master/docs/en/latest/stream-proxy.md#how-to-enable-stream-proxy) says that stream_proxy is configured if **_enable_admin: true_** it appears it does not. I added the snippet from the doc: ``` apisix: stream_proxy: # TCP/UDP proxy tcp: # TCP proxy address list - 9100 - "127.0.0.1:9101" udp: # UDP proxy address list - 9200 - "127.0.0.1:9211" ``` and once I restarted apisix, the ingress-controller also started working and those errors went away. -- 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]
