0

I have two clusters on GCP as shown below :enter image description here

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 :

enter image description here

When i try to connect the cluster i get “Unable to derive service IPs automatically”.

enter image description here

The status of the cluster mesh on each cluster is the same : enter image description here

Any ideas/tips on how to debug this ?

plakic
  • 11
  • 3
  • Can you Post the output of these commands : < cilium clustermesh status --context clust1 --wait > and also check Load Balancer status by using this command < cilium service list > – Hemanth Kumar Oct 07 '22 at 11:53
  • ' cilium clustermesh status --context clust1 --wait " gives the same outpus, which is "Unable to derive service IPs automatically", and for the second command there is no option "service" for cilium, thes output is "unkown command service for cilium" – plakic Oct 07 '22 at 12:58
  • As you are saying that second command there is no option "service" for cilium, thes output is "unkown command service for cilium" might be Load Balancer service is not created, might be the reason for Unable to derive service IPs automatically”. – Hemanth Kumar Oct 10 '22 at 07:04
  • hmm, i will to get to the bottom of this, thx for the help. – plakic Oct 11 '22 at 13:35
  • Is your issue resolved? – Hemanth Kumar Oct 17 '22 at 09:29
  • no, i tried to use another cluster connection tool (etc Submariner). – plakic Oct 18 '22 at 08:39

1 Answers1

0

See cilium clustermesh-apiserver service it may be in pending status waiting loadbalancer external ip address.