-
Notifications
You must be signed in to change notification settings - Fork 264
Description
When following the example on the website the apisix deployment won't reach the ready state (1/1) when changing the default credentials.
I use the following command to initialize apisix with the ingresscontroller in standalopne api driven mode
helm install apisix \
--namespace ingress-apisix \
--create-namespace \
--set apisix.deployment.role=traditional \
--set apisix.deployment.role_traditional.config_provider=yaml \
--set etcd.enabled=false \
--set ingress-controller.enabled=true \
--set ingress-controller.config.provider.type=apisix-standalone \
--set ingress-controller.apisix.adminService.namespace=ingress-apisix \
--set ingress-controller.gatewayProxy.createDefault=true \
--set apisix.admin.credentials.admin=abc123 \
apisix/apisix
This is the state in which the cluster is stuck

These are the last logs of the deployment.apps/apisix
What am I missing?
Thanks for your help