Hampus Rosvall
FlyteAdmin
? It is in our road map to bump the ALB Ingress Controller version, but until that is done I would still like to experiment with Flyte on EKS.Yuvraj
Prafulla Mahindrakar
kubectl port-forward flyteadmin-59bbc5b84d-w459b -n flyte 8089:8089
And then when using flytectl provide the config in your yaml with these values for endpoint and insecureendpoint: dns:///localhost:8089
insecure: true
Hampus Rosvall