carefree666 commented on issue #2665:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2665#issuecomment-3588352547

   > Make sure you have enabled stream mode and configured the TCP listening 
port:
   > 
   > helm upgrade -n ingress-apisix apisix apisix/apisix \
   >   --set ... \ # add other parameters
   >   --set "service.stream.enabled=true" \
   >   --set "service.stream.tcp[0]=6379"
   
   
   After creating a TCPRoute, the APISIX Ingress Controller continuously logs:
   ERROR executor client/executor.go:457 ADC Server sync failed {"result": 
{"status":"all_failed","total_resources":1,... 
"reason":"stream_routes_conf_version must be greater than or equal to 
(1764314777998)",...}}
   ERROR executor client/executor.go:273 failed to run http sync for server 
{"server": "http://192.168.194.103:9180";, "error": "stream_routes_conf_version 
must be greater than or equal to (1764314777998)"}
   ERROR client client/client.go:264 failed to execute adc command {"config": 
{"name":"GatewayProxy/ingress-apisix/apisix-config", ...}, "error": "ADC 
execution error: stream_routes_conf_version must be greater than or equal to 
(1764314777998)"}
   ERROR client client/client.go:208 failed to sync resources {"name": 
"GatewayProxy/ingress-apisix/apisix-config", "error": "ADC execution errors: 
stream_routes_conf_version must be greater than or equal to (1764314777998)"}
   ERROR provider apisix/provider.go:277 failed to sync {"error": "failed to 
sync 1 configs: GatewayProxy/ingress-apisix/apisix-config"}
   Does Standalone (YAML) mode support TCP/UDP (stream) routes?
   
   It seems the Ingress Controller attempts to push stream_routes via ADC to 
APISIX, but since Standalone mode has no etcd or version tracking, it always 
fails with stream_routes_conf_version must be greater than or equal to ....
   


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