I have set up the multi-primary helloworld example on 2 GKE clusters in the same network. I have followed all the instructions on the Istio example page and I am able to verify cross cluster traffic in the command line.
However when I install and open the kiali dashboard from one cluster (say the one with helloworld-v1 installed) I am not able to open the workload details of helloworld-v2 (which is showing up in the application graph when creating traffic) and I get the following error
Workload.Kiali "helloworld-v2" not found
I want both v1 and v2 workloads to be accessible from either control plane. Where am I going wrong? how can I debug this?