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
Recently we wanted to deploy pomerium svc as nodeport using argocd and we noticed the app stuck at progressing state, we found out inrgess address aren't getting any ip and that made the argocd health check on ingress resources fails
What did you expect to happen?
we expected the ingress controller to assign an IP to ingress address when using pomerium svc as NodePort
How'd it happen?
just change pomerium svc type from LoadBalancer to NodePort