Hi, I have run k8s_glue_example.py on my on-prem K8s, and have preconfigured NodePort services. I succeeded to use ClearML Session to create pods but the SSH...
one year ago
@<1523701087100473344:profile|SuccessfulKoala55> I solved it by other settings, thanks.
Hi @<1523701087100473344:profile|SuccessfulKoala55> , Even I run the clearml-session with command line option --remote-ssh-port
and --remote-gateway
the SSH tunneling still failed.
Following is my complete step:
kind: Service
apiVersion: v1
metadata:
name: clearml-agent-1-nodeprot
namespace: clearml
spec:
ports:
- name: clearml-agent-ssh
port: 10022
targetPort: 10022
nodePort: 31919
type: NodePort
selector:
...
I also tried to run ssh -P 31919 root@10.190.253.18
, but got error message: ssh: connect to host 0.0.124.175 port 22: Unknown error
.