Hi,
We are trying to deploy k8s gerrit using gerrit operator , and for now we have setup HA mode with the istio ingress ,
Here are the steps I test the HA:
1. put gerrit-0 offline for a while, and push some changes to gerrit
2. gerrit web UI works fine and display the new changes
3. bring up gerrit-0
4. If traffic is proxied to gerrit-0 via Istio, the Gerrit page cannot display new submissions, and the issue persists even after re-logging into the account.
Could someone give me some suggestions where the issue might be?