heya! I’ve followed the <instructions to deploy Fl...
# ask-the-community
e
heya! I’ve followed the instructions to deploy Flyte on GCP/GKE but when I try to reach the console at
https://<FLYTE-ENDPOINT>/console
nginx replys 404 not found. Also, I’m unable to connect flytectl:
Copy code
$ flytectl create project --id myflyteproject --name "My Flyte Project" --description "My very first project onboarding onto Flyte"
Error: Connection Info: [Endpoint: dns:///flyte-test-dev.com, InsecureConnection?: true, AuthMode: ClientSecret]: rpc error: code = Unavailable desc = name resolver error: produced zero addresses
I believe I’ve followed instructions step by step (with minor adjustments)… anybody can help me please?! thx
For the record, I’ve moved past this issue by setting a valid public DNS hostname. Having said that, I do agree with past comments on the GKE instructions, they need some love 🍀