You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this issue is still not fixed nimiq/core-rs-albatross#276
and the nodes report Couldn't detect a public reachable address. Validator network operations won't be possible
A possible workaround would be to use
ExternalDNS and NodePorts to directly expose the nodes.
ExternalDNS and Ingress with Nodeport( instead of LB )
Advertise NodePort additionally(not sure if that is enough), Keep LB for browser nodes
(ExternalDNS)This could in some cases lead to wrong cached dns entries if pods switch nodes frequently( should not happen)
The text was updated successfully, but these errors were encountered:
As this issue is still not fixed nimiq/core-rs-albatross#276
and the nodes report
Couldn't detect a public reachable address. Validator network operations won't be possible
A possible workaround would be to use
(ExternalDNS)This could in some cases lead to wrong cached dns entries if pods switch nodes frequently( should not happen)
The text was updated successfully, but these errors were encountered: