apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

pod "apisix-5d7bc7ccdf-c8ftq" is waiting to start

Open pioneer-hash opened this issue 4 years ago • 2 comments

This is my execution step :

  1. Use the following command to install helm install apisix ./chart/apisix -n default
    --set allow.ipList=""
    --set etcd.volumePermissions.enabled=true 2. The phenomenon of complete installation: etcd pod status is running but apsix pod status is Init:0/1 3.error logs about apisix pod describe info is : Started container wait-etcd apisix pod logs info is :Error from server (BadRequest): container "apisix" in pod "apisix-5d7bc7ccdf-c8ftq" is waiting to start: PodInitializing

pioneer-hash avatar Jan 26 '21 14:01 pioneer-hash

ping @gxthrj @tokers

membphis avatar Feb 01 '21 11:02 membphis

@zhangxiaohui123456 Please paste some outputs from kubectl describe pod apisix-5d7bc7ccdf-c8ftq .

The etcd pod is running but it might not ready, the apisix pod's initContainer will always wait until the etcd cluster is ready.

tokers avatar Feb 01 '21 13:02 tokers