sebgott commented on issue #2667: URL: https://github.com/apache/apisix-ingress-controller/issues/2667#issuecomment-3610761629
> Hi [@sebgott](https://github.com/sebgott), the URL you requested `http://127.0.0.1:9180/apisix/admin/upstreams/1` belongs to the admin API within APISIX. This API is disabled in Standalone API-driven mode, so you will receive a 404 error. Similarly, the dashboard UI depends on the admin API, so it cannot be used either. > > According to the Helm chart, the namespace of GatewayProxy in IngressClass depends on the Release namespace: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/templates/ingress-class.yaml#L32 I was under the impression that you would still be able to get the routes from the admin api, but thanks for clarifying 😄 I noticed that when building my kustomize, the ingress class would actually get the correct namespace, but when Argo deployed it it would change to default. -- 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]
