minedetector commented on issue #11338:
URL: https://github.com/apache/apisix/issues/11338#issuecomment-2295937821

   We had a very similar issue.
   All of our etcd pods were going into crashloopbackoff and had only these 
warnings.
   ```
   Cluster not healthy, not adding self to cluster for now, keeping trying...
   ```
   We created apisix and etcd through the helm chart and for us the issue was 
that even though we re-created the StatefulSet and deleted the PVC-s for a 
fresh start the `ETCD_INITIAL_CLUSTER_STATE` ENV was still set to `existing`.
   
   Changed it to `new` scheduled STS to 0 and then 3 again and it started 
working for us.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to