submariner-gateway pod getting restarted repeatedly #1940
-
I deployed Submariner in my multi-server redundant layout where one is a primary server where submariner-broker is installed and the other is a redundant secondary server. I'm trying to install with subctl utility, and all the pods are getting started successfully except the submariner-gateway pod which is restarting repeatedly. I can see this below error in the pod logs -
Environment config: Please let me know how can I resolve this issue or any other config info needed to look into the issue more closely. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Couple of observations:
|
Beta Was this translation helpful? Give feedback.
Couple of observations:
Is your broker cluster accessible from the secondary cluster? If not, its necessary that you install Broker on a cluster that is accessible from all the managed clusters. Submariner has a set of pre-requisites as listed here - https://submariner.io/getting-started/#prerequisites
From the logs you pasted, it looks like the submariner-gateway pod is unable to resolve the public-ip. Does the Gateway node has access to internet? or is it an air-gapped deployment which does not have access to internet?
Depending on your topology - If the public-ip cannot be resolved, you can still manually annotate the Gateway nodes in the cluster with the public-ip as shown in th…