sebgott commented on issue #12662: URL: https://github.com/apache/apisix/issues/12662#issuecomment-3436473923
Seeing the same issues as @michael-riha with pretty much the same setup. Trying to follow this in the [Getting Started](https://apisix.apache.org/docs/ingress-controller/getting-started/get-apisix-ingress-controller/) setup for apisix ingresss controller. In the guide it does not set apisix.deployment.mode to "standalone", but I tried this as well with the same result. ```yaml apisix: deployment: # mode: standalone role: traditional role_traditional: config_provider: yaml etcd: enabled: false ingress-controller: enabled: true config: provider: type: apisix-standalone apisix: adminService: namespace: apisix gatewayPorxy: createDefault: true deployment: image: repository: docker.io/apache/apisix-ingress-controller ``` -- 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]
