software engineer

Results 11 comments of software engineer

> etcd failure is very likely a problem with etcd itself. Did you check my screenshot ? As you know two of instances are running but I can't know why...

> It clearly says CrashLoopBackOff which means that the image is unable to get pulled successfully even after multiple tries. Did you check if you're using the correct image name...

kubectl logs apisix-etcd-0 --namespace api-apisix ![image](https://github.com/apache/apisix/assets/165806253/d8cbba43-6b5f-42eb-91c2-f1946d541e51) kubectl logs apisix-etcd-1 --namespace api-apisix ![image](https://github.com/apache/apisix/assets/165806253/20fde6a8-0101-4cc0-9a90-64ba1779867f) kubectl logs apisix-etcd-2 --namespace api-apisix ![image](https://github.com/apache/apisix/assets/165806253/4805c21e-e115-464b-8c63-700862d12004) kubectl logs apisix-5d7754c6c4-pxnnj --namespace api-apisix ![image](https://github.com/apache/apisix/assets/165806253/7e4edb91-aad1-4b3c-a210-f565646921bf)

I have followed the instruction. could you tell me where the reason is ?

> The problem is that the image is unable to get pulled successfully. Also check if your etcd is working perfectly and there is no address bind. I have followed...

this is the guide from apisix due to this error, I have reinstalled with this guide but all pods is not running ![image](https://github.com/apache/apisix/assets/165806253/8f3730f0-3b97-4a67-816a-cb8b3bdc2f82) https://apisix.apache.org/blog/2021/12/15/deploy-apisix-in-kubernetes/ using kubectl describe pod pod_name --n...

> Can you check the reason about why etcd `apisix-etcd-0` not running ? Could you please check the errors ? It is a little challenge from me. I hope you...

> ETCD_ADVERTISE_CLIENT_URLS > Yes, the etcd cluster is not running normal. So you can scale etcd replicas from 3 to 1 . Or you can try preference etcd cluster config...

this is my pod yaml using kubectl edit command for the pod but it seems different with your config - name: etcd image: docker.io/bitnami/etcd:3.5.7-debian-11-r14 ports: - name: client containerPort: 2379...