Hampus Rosvall
03/25/2022, 10:53 AMFlyteAdmin
? 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
03/25/2022, 1:07 PMPrafulla Mahindrakar
03/25/2022, 1:11 PMkubectl 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 insecure
endpoint: dns:///localhost:8089
insecure: true
Hampus Rosvall
03/25/2022, 2:10 PM