apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
231 stars 210 forks source link

apisix etcd in crashloopback #763

Open Thilip707 opened 4 months ago

Thilip707 commented 4 months ago

I installed apisix month back using helm it works good, suddenly a week back two of three etcd pod got crashed dont know how to solve this issue image i updated etcd chart to 10.0.3 still same issue

kworkbee commented 4 months ago

@Thilip707 I've experienced the same phenomenon, and it seems to happen when the quorum is broken as the etcd pod is repositioned nodes. I solved this by scaling out the etcd.

Thilip707 commented 4 months ago

ok will try this now i just reinstalled apisix completely

shayktrust commented 4 months ago

@Thilip707 try the following command, this worked for me:

kubectl delete pvc -l app.kubernetes.io/name=etcd -n <namespace>
kubectl delete statefulset apisix-etcd -n <namespace>
Thilip707 commented 4 months ago

ok sir thanks will try and update u ...