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
I just went through and installed clearml-server with the helm charts on our on-prem k8s cluster. It appears like this uses the persistent agent option instead of the glue option (link). Is it possible to use clearml-session with this setup? If so, how do I need to configure the session? Will I need to add a service to route the ssh connection through or is it being routed through an existing service?
Thanks for the help!
The text was updated successfully, but these errors were encountered:
The clearml-session basically depends on an agent running the interactive session. However, assuming the interactive session will be spun up in a k8s pod, you'll need (as you mentioned), a pre-configured ingress to route the SSH connection. The k8s glue contains a mode called the "ports mode" which basically automatically labels pods spun up by the k8s glue (which acts as a daemon agent), allowing you to pre-configure a fixed ingress for such-labeled pods.
This will not be possible using the default "persistent agent" (as you've called it) which is an optional part of the Helm chart.
Hello,
I just went through and installed clearml-server with the helm charts on our on-prem k8s cluster. It appears like this uses the persistent agent option instead of the glue option (link). Is it possible to use
clearml-session
with this setup? If so, how do I need to configure the session? Will I need to add a service to route the ssh connection through or is it being routed through an existing service?Thanks for the help!
The text was updated successfully, but these errors were encountered: