Hello everyone, I followed the installation docume...
# flyte-deployment
b
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
a
Hi @best-kite-53847 Could you share the content of
config.yaml
?
b
server .yaml?
a
thanks I mean, the output of
cat $HOME/.flyte/config.yaml
b
which pod? admin?
on admin pod i have only these files
a
nope, just in your system The guide you followed ask you to update the `~/.flyte/config.yaml`before attempting to connect
b
I installed flyte by helm. There is no config.yaml helm repo add flyteorg https://flyteorg.github.io/flyte
a
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
b
thank you @average-finland-92144. Let me know when is ready
155 Views