You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/14 01:41:40 UTC

[GitHub] [apisix-ingress-controller] tokers edited a comment on issue #348: bug: failed to sync route configuration to apisix

tokers edited a comment on issue #348:
URL: https://github.com/apache/apisix-ingress-controller/issues/348#issuecomment-819160494


   The deployment of apisix-ingress-controller looks very well except for the configuration of `config.apisix.baseURL`.
   
   ```
   --set config.apisix.baseURL=http://192.168.2.100:9080/apisix/admin \
   ```
   
   How did you deploy APISIX? Does the Admin API really listens on `9080`, If you deploy it just by helm, the Admin API should listens on `9180`.
   
   The `object missing primary index` is reported when the controller trying to insert data to the in-memory cache but violating the schema. I have tried your YAML file but cannot reproduce this problem on my side.


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

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