coder ssh routing to k8s internal network
I am trying to get coder ping and coder ssh working. We have two separate instances of coder deployed in different namespaces within the same k8s cluster. I am able to coder ssh from one to the other using the service URL or a NodePort, but when I do coder ping it says that it routed it through the virtual IPs that k8s applies to pods but only exist inside the cluster. Any attempt to coder ssh from outside the cluster just hangs indefinitely. All commands from the coder cli to the coder service pod work, but ping and ssh which need to hand off to a workspace pod fail. I believe this is because that handoff is attempting to use the virtual IP and therefore if originating within the cluster it will resolve, but if originating outside the cluster it hangs. Is there some configuration somewhere to correct this handoff? This is the one big feature we have been unable to get working with coder.