-
Notifications
You must be signed in to change notification settings - Fork 51
Connect to an interactive Ray session from outside the cluster #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Tried the following for the this assumes users will use a
|
I have the added a manually generated appWrapper to enable the interactive Ray Session. [1] gRPC or HTTP/2 Ingress Connectivity in OpenShift |
Can we add a parameter, "TLS", to the ClusterConfig that will add the appropriate additions into the appwrapper yaml if set to |
@MichaelClifford Sounds like a good idea although this solution doesn't encrypt the Ray Dashboard. Perhaps more explicit |
The decision was that we should create a new template to enabling the TLS feature since there is performance hit. We should let the users specify whether to enable with a parameter. i.e. TLS=True |
Closed by #100 |
As a user of the Codeflare stack, I want the ability to connect to an interactive Ray session through a
ray.init()
call from outside of the the cluster.The text was updated successfully, but these errors were encountered: