serenic476 opened a new issue, #908:
URL: https://github.com/apache/apisix-helm-chart/issues/908

   When following the example on the 
[website](https://apisix.apache.org/docs/ingress-controller/getting-started/get-apisix-ingress-controller/)
 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
   <img width="1539" height="449" alt="Image" 
src="https://github.com/user-attachments/assets/0bb76bb0-4ba3-4450-bf00-5dfd7fabeb88";
 />
   
   These are the last logs of the deployment.apps/apisix
   
   <img width="2882" height="696" alt="Image" 
src="https://github.com/user-attachments/assets/bf40520c-70ae-4bed-bd61-5bd621c8defa";
 />
   
   What am I missing?
   Thanks for your help


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

Reply via email to