You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to boot up a zrok server inside of a flyte job which doesn't have TTY enabled. As such, if I run
subprocess.run("zrok enable TOKEN")
it will hang forever. Doesn't matter what I use - pty, pexpect, os, subprocess, etc etc - they all fail or hang forever b/c there's no interactive CLI support in the flyte task.
So when I run zrok.environment.root.Load(), it will fail b/c zrok isn't configured. can support be added to run zrok.environment.enable() as part of the SDK and pass in the token only? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'd like to boot up a zrok server inside of a flyte job which doesn't have TTY enabled. As such, if I run
it will hang forever. Doesn't matter what I use - pty, pexpect, os, subprocess, etc etc - they all fail or hang forever b/c there's no interactive CLI support in the flyte task.
So when I run
zrok.environment.root.Load()
, it will fail b/c zrok isn't configured. can support be added to runzrok.environment.enable()
as part of the SDK and pass in the token only? Thanks!The text was updated successfully, but these errors were encountered: