We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APSIX does not update the new route config in K8s
APSIX should update the new route config in K8s
No error log
/api/channel/v1//channel-config-templates
/api/channel/v1/channel-config-templates
apisix version
uname -a
openresty -V
nginx -V
curl http://127.0.0.1:9090/v1/server_info
luarocks --version
The text was updated successfully, but these errors were encountered:
I did find the root cause, turnout there is another route element that points to unavailable k8s service making entire routes not synchronized.
However, I think that it would be better if APISX show the error but still proceed the next route element instead of stopping the synchronization.
Sorry, something went wrong.
it could be that the information is updated in etcd but not displayed on dashboard. Does this issue exist on apisix too?
I did check, the etcd is not updated (that why the route is not working).
No branches or pull requests
Current Behavior
APSIX does not update the new route config in K8s
Expected Behavior
APSIX should update the new route config in K8s
Error Logs
No error log
Steps to Reproduce
Environment
apisix version
): 3.9.1uname -a
): Ubuntu 20.04openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
): 3.5.7luarocks --version
):The text was updated successfully, but these errors were encountered: