Skip to content

Changing credentials for admin api Error #908

@serenic476

Description

@serenic476

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
Image

These are the last logs of the deployment.apps/apisix

Image

What am I missing?
Thanks for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions