Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
s
Sanjay Chouhan
10/13/2022, 4:32 PM
We've tried to setup flyte on an EKS cluster. But getting some issue with Ingress as attached.
y
Yee
10/13/2022, 5:31 PM
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
Sanjay Chouhan
10/14/2022, 5:29 AM
@Yee
alb ingress controller.
Issue fixed after adding this line,
y
Yee
10/15/2022, 12:41 AM
adding target-type ip fixed it?
nice.
thanks for figuring it out.
Post