Hello Zayn,
I can see that you are having two clusters (kind-cluster1 and kind-cluster2) each one with a single node.
It is not clear if the Broker cluster is one of them or if it's a totally different cluster.
The reason the Submariner pods are not up and running is because the submariner-operator pod is unable to connect with the Broker cluster.
I had a look at the logs, but they are redacted, so will not be able to tell the IPaddress of the Broker from the logs - so please check if your Broker cluster (ie.., the cluster against which you ran the subctl deploy-broker command) is accessible from the two KIND clusters - it looks like its not.
[90m2023-05-19T17:14:06.239Z [0m [1m [31mERR [0m [0m ..oller/controller.go:326 Reconciler error [36merror= [0m [31m"error building an authorized RestConfig for the broker: Get \"https://##redacted-api-server##/api/v1/namespaces/submariner-k8s-broker/secrets/any\": dial tcp ##redacted-api-server##: connect: connection refused" [0m [36mcontroller= [0msubmariner-controller [36mcontrollerGroup= [0msubmariner.io
I'm not sure if you have any specific reason for installing weavenet, but Submariner has necessary scripts to deploy KIND clusters with kindnet CNI and the steps are documented on the website.
Best Regards,
--Sridhar.