apisix-helm-chart
apisix-helm-chart copied to clipboard
pod "apisix-5d7bc7ccdf-c8ftq" is waiting to start
This is my execution step :
- 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
ping @gxthrj @tokers
@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.