I have two clusters on GCP as shown below :
I followed the tutorial : https://docs.cilium.io/en/v1.12/gettingstarted/clustermesh/clustermesh/
In order to install cilium in each cluster the following commands where used :
“cilium install –cluster-name clust2 –cluster-id 2”
“cilium install –cluster-name clust1 –cluster-id 1”
For the configuration of cluster mesh the following configurations where used :
When i try to connect the cluster i get “Unable to derive service IPs automatically”.
The status of the cluster mesh on each cluster is the same :
Any ideas/tips on how to debug this ?