fierce-answer-16379
03/16/2023, 6:31 PMflytectl demo start
on a VSI (virtual server instance) and be able to reach the UI from the public using the public ip of the server? For example: <public_ip>:30080/console
. I’ve tried this and the demo is running from within the server but i cant seem to reach it from my own browser- do i need to setup a reverse proxy or do something else?
I try to navigate to: <public_ip>:30080/console
and nothing ends up loading despite the demo/sandbox running properly. I also curled the localhost:30080/console from inside the server and I get the html response back.
Any sort of help or feedback would be greatly appreciated, thanks!! 🙏quick-salesclerk-18019
03/16/2023, 9:33 PMdocker ps
or ss -tlpn
and see the 0.0.0.0 address for port 30080quick-salesclerk-18019
03/16/2023, 9:39 PMssh -L 30080:127.0.0.1:30080 -L 30002:127.0.0.1:30002 -L 30000:127.0.0.1:30000 user@server_address
and then connect to <http://localhost:30080>
on your workstationfierce-answer-16379
03/16/2023, 9:41 PMfierce-answer-16379
03/16/2023, 9:47 PMflytectl demo start
still not accessible from my local workstation. @quick-salesclerk-18019
Going to try the tunnelling but showing this screenshot from within the server for clarity:fierce-answer-16379
03/16/2023, 9:48 PMquick-salesclerk-18019
03/16/2023, 9:52 PMquick-salesclerk-18019
03/16/2023, 9:52 PMfierce-answer-16379
03/16/2023, 9:54 PMquick-salesclerk-18019
03/16/2023, 9:54 PMfierce-answer-16379
03/16/2023, 9:55 PMfierce-answer-16379
03/16/2023, 9:57 PMquick-salesclerk-18019
03/16/2023, 9:57 PMquick-salesclerk-18019
03/16/2023, 9:58 PMfierce-answer-16379
03/16/2023, 9:59 PMquick-salesclerk-18019
03/16/2023, 9:59 PMquick-salesclerk-18019
03/16/2023, 10:01 PMfierce-answer-16379
03/16/2023, 10:06 PMroot
despite using a different user.
if the demo does this as well, could be an issue with not having permissions for some files or folders that are created/mounted via demo start. Not sure though.quick-salesclerk-18019
03/16/2023, 10:10 PMfierce-answer-16379
03/16/2023, 10:12 PMquick-salesclerk-18019
03/16/2023, 10:22 PMfierce-answer-16379
03/16/2023, 11:02 PMfierce-answer-16379
03/16/2023, 11:14 PM<http://localhost:30080/minio/login>
loads properly. just the actual flyte app does not it seems.tall-lock-23197
fierce-answer-16379
03/17/2023, 9:35 AMboundless-pizza-95864
03/17/2023, 10:09 AM>=1.4.8
Created an issue to track it: https://github.com/flyteorg/flyte/issues/3485