https://flyte.org logo
y

Yongchan Hong

02/08/2022, 3:09 AM
Can anyone help me with flytectl? I am new to flyte and I just deployed flyte sandbox using helm on AWS EKS with ingress. I am wondering how to configure flytectl - especially host part.
y

Yongchan Hong

02/08/2022, 3:19 AM
Thank you so much! So is flyte endpoint something like *.amazonaws.com ? I tried to register and it showed up error message like following:
Example 0xc000bf5ea0 failed to register rpc error: code = Unavailable desc = transport is closing
k

Ketan (kumare3)

02/08/2022, 3:21 AM
@Yongchan Hong it has to be publicly accessible and you need to add <dns///|dns///> as the prefix
Are u using some Ingress controller
y

Yongchan Hong

02/08/2022, 3:22 AM
hmm so can address like flyte-dev.xtrm-data.io work? Or should it be specific elb address like that
k

Ketan (kumare3)

02/08/2022, 3:23 AM
Yes it can
y

Yongchan Hong

02/08/2022, 3:25 AM
I am using nginx ingress controller
y

Yuvraj

02/08/2022, 3:26 AM
kubectl get ingress -n flyte
will return you exact ingress address that you can use for flytectl
y

Yongchan Hong

02/08/2022, 3:29 AM
Copy code
admin:
  # For GRPC endpoints you might want to use dns:///flyte.myexample.com
  endpoint: dns:///***.<http://amazonaws.com|amazonaws.com>
  insecureSkipVerify: true
  insecure: true
logger:
  show-source: true
  level: 0
I tried both **.amazonaws.com and flyte-dev.xtrm-data.io, and both gives me Unavailable desc = transport is closing error. Btw Web UI works. Is anything wrong with my config file? And I used kubectl to get exact ingress address
Sorry for bothering everyone🙇🏽
k

Ketan (kumare3)

02/08/2022, 3:56 AM
@Yongchan Hong no worries at all. We are sorry that you are having problems installing. Did you try what Yuvraj suggested
y

Yuvraj

02/08/2022, 3:56 AM
Why do you have
insecure:true
? Are you using insecure ingress ?
y

Yongchan Hong

02/08/2022, 3:57 AM
Ah that was the problem. It works after erasing
insecure:true
Thank you so much for your help!
🎉 2
k

Ketan (kumare3)

02/08/2022, 4:31 AM
@Yongchan Hong can you propose a doc update?
y

Yongchan Hong

02/08/2022, 4:48 AM
Sure 🙏 Thank you!!
16 Views