Randoooom commented on issue #1575: URL: https://github.com/apache/apisix-ingress-controller/issues/1575#issuecomment-1367962209
Can confirm this issue. Seems like the admin-api uses v3 as default version now, while the ingress-controller chart still has v2 as default api version (https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/values.yaml#L134). Overwriting this default value to v3 resolved that specific issue for me: ```yaml ingress-controller: config: apisix: adminAPIVersion: v3 ``` I still have a CrashLoop using this configuration, but this seems to be a different error. -- 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]
