Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apisix etcd in crashloopback #763

Open
Thilip707 opened this issue Jun 17, 2024 · 4 comments
Open

apisix etcd in crashloopback #763

Thilip707 opened this issue Jun 17, 2024 · 4 comments

Comments

@Thilip707
Copy link

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
Copy link
Contributor

kworkbee commented Jul 8, 2024

@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
Copy link
Author

ok will try this now i just reinstalled apisix completely

@shayktrust
Copy link

@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
Copy link
Author

ok sir thanks will try and update u ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants