Hello, I'm trying to deploy upterm using the helm chart available in this repository and I've run into the following error when I attempt to establish a session.
I have only 1 upterm pod - 10.0.0.168 and I have also checked - there's no resource with the IP of the addr - 10.0.0.107 - what is this IP? What is the addr value representing in this case? Seems to me the pod is trying to connect to a non-existing resource.
Hello, I'm trying to deploy upterm using the helm chart available in this repository and I've run into the following error when I attempt to establish a session.
Upon turning on the debug mode on I can see that the pod is constantly trying to connect to some internal IP:
I have only 1 upterm pod - 10.0.0.168 and I have also checked - there's no resource with the IP of the addr - 10.0.0.107 - what is this IP? What is the addr value representing in this case? Seems to me the pod is trying to connect to a non-existing resource.
Furthermore, I've noticed that in the helm deployment the node IP is actually the pod IP - why is that?
Also, if I want to use a pub/private key pair that I store in the secret that is used to mount the volume - https://github.com/owenthereal/upterm/blob/master/charts/uptermd/templates/secret.yaml - what should the name of the key be? id_rsa? key?
I'd appreciate some help.
Thanks.