Error: : auth.login.fail.oauthWe have no details available for this event type
Show Error
{ “error”: { “code”: “unexpected_error”, “message”: “Error: getaddrinfo ENOTFOUND flowforge.mydomain.com” } }
Error: : auth.login.fail.oauthWe have no details available for this event type
Show Error
{ “error”: { “code”: “unexpected_error”, “message”: “Error: getaddrinfo ENOTFOUND flowforge.mydomain.com” } }
All the pods/nodes in your K8s cluster need to be able to resolve flowforge.mydomain.com to the address of the ingress controller for the cluster so they can reach that forge application.
The problem is not the ingress, the problem is the DNS server given to the nodes in the cluster can not resolve your hostname. You need to check what the default DNS is for your cluster.
I know microk8s defaults to 8.8.8.8 so won’t use any local DNS unless reconfigured
you are right, My K8s every node must assign local DNS server(I use dnsmasq), and /etc/dnsmasq.conf must have: domain=mydomain.com
address=/mydomain.com/192.168.200.5
then I can access Node-Red instant.