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

   Hi @BadTorro , 
   
   I have found as of now two solution for it. 
   
   1) Intermittent solution for it delete the all three pvc and restart the 
pod. 
   
   2) check the readme.md file document in bitanami/etcd folder where they have 
explained how to enable the disaterrecovery cronjob. 
   In disaster recovery there is a cronjob it will take the back of pvc, if 
more than (n-1)/2 pods are failing then pods will automatically come back to 
running status with the help of backup pvc. 
   I have implememted the disaster recovery in my env, now I have seen that 2  
pods are still failing and try to come back in running status  , logs are also 
changed  but unfortunately they are still not able to come back in running 
status. 
   But once the third pod got failed  all the three pods are automatically come 
back to running status with the help of backup pvc. 
   So extract the etcd zip folder and in values. yaml enable the cronjob and 
zip it and redeploy it
   
   
   


-- 
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