https://flyte.org logo
j

Jonathan Lamiel

05/24/2022, 9:27 PM
Hey there, I’m a beginner using Flyte and I’m struggling to deploy it and to connect to my cluster with flytectl. Right now, I’ll be good not using https. I’m deploying on an EKS cluster using nginx. My config is basic with and I tried different options. see Below:
Copy code
ingress:
    separateGrpcIngress: true
    annotations:
      <http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: nginx
It create 2 ingresses in my cluster and I can connect to the console in HTTP. I can also connect to admin with a port-forward… But I can’t connect to admin using flytectl using the same url as for the console. I really use:
Copy code
flytectl config init --host='xxxxx' --insecure
But I got:
Copy code
Error: rpc error: code = Unavailable desc = connection closed
I’m sure it’s something stupid but I can’t figure out what
y

Yee

05/24/2022, 10:24 PM
do you have five mins to hop on a call? @Jonathan Lamiel
k

Katrina P

07/06/2022, 5:34 PM
Was this something you were able to figure out? I deployed flyte on our k8s cluster and having a similar issue
j

Jonathan Lamiel

07/06/2022, 5:49 PM
@Katrina P not on my side, I end up using proper domain with certificate
k

Katrina P

07/06/2022, 5:54 PM
ah, okay thanks!
s

Shahwar Saleem

07/06/2022, 7:15 PM
@Jonathan Lamiel What kind of proper domain did you use? I am having a similar issue.
j

Jonathan Lamiel

07/06/2022, 9:43 PM
We’re using AWS so we used with Route53 and AWS certificate
5 Views