https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
j

João Campos

03/22/2023, 5:25 PM
Hello everyone, I followed the installation document from this link https://docs.flyte.org/en/v1.0.0/deployment/aws/manual.html#prerequisites. All the outputs were as per the documentation, but on the final step where I try to login, "endpoint/console", I get 503 Service Temporarily Unavailable. Any help on this? thanks in advance
d

David Espejo (he/him)

03/22/2023, 5:32 PM
Hi @João Campos Could you share the content of
config.yaml
?
j

João Campos

03/22/2023, 5:35 PM
server .yaml?
d

David Espejo (he/him)

03/22/2023, 5:40 PM
thanks I mean, the output of
cat $HOME/.flyte/config.yaml
j

João Campos

03/22/2023, 5:42 PM
which pod? admin?
on admin pod i have only these files
d

David Espejo (he/him)

03/22/2023, 5:51 PM
nope, just in your system The guide you followed ask you to update the `~/.flyte/config.yaml`before attempting to connect
j

João Campos

03/22/2023, 6:09 PM
I installed flyte by helm. There is no config.yaml helm repo add flyteorg https://flyteorg.github.io/flyte
d

David Espejo (he/him)

03/22/2023, 7:19 PM
anyways, that guide is helpful to prepare prerequisites but it's a bit old. I'm working on documenting the EKS deployment process and will share it soon. Once your prereqs are in place, you could use the new charts, especifically the
flyte-binary
one as documented here: https://docs.flyte.org/en/latest/deployment/deployment/cloud_simple.html
j

João Campos

03/23/2023, 8:54 AM
thank you @David Espejo (he/him). Let me know when is ready
6 Views