We've tried to setup flyte on an EKS cluster. But ...
# ask-the-community
s
We've tried to setup flyte on an EKS cluster. But getting some issue with Ingress as attached.
y
what ingress controller are you using? can you look at the logs for the controller pods? can you also
k -n flyte get service
and
k -n flyte get ingress
s
@Yee alb ingress controller.
Issue fixed after adding this line,
y
adding target-type ip fixed it?
nice.
thanks for figuring it out.
155 Views