Hey there, I’m a beginner using Flyte and I’m stru...
# ask-the-community
j
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
do you have five mins to hop on a call? @Jonathan Lamiel
k
Was this something you were able to figure out? I deployed flyte on our k8s cluster and having a similar issue
j
@Katrina P not on my side, I end up using proper domain with certificate
k
ah, okay thanks!
s
@Jonathan Lamiel What kind of proper domain did you use? I am having a similar issue.
j
We’re using AWS so we used with Route53 and AWS certificate
165 Views