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
Hello all, had a quick question regarding default VPC and custom VPC routing to allow for SSH connections to a VM using Kubevirt. In the default VPC, when I create a VM, I can ssh into the vm using virtctl using the standard command specified (virtctl ssh VM). However, when I try to ssh into a VM that is in a custom VPC, it is not able to connect? Is there any specific routing commands I have to run for this to work? I have tried port-forwarding but to no avail. Thanks again and let me know if you have any follow up questions.
The text was updated successfully, but these errors were encountered:
The custom VPC is isolated from the host network. So if virtctl relies on network to do the ssh or port-forwarding work I think it is not possible from the host network. You need to run ssh in the same vpc network, or expose the VM through EIP and ssh to the EIP address.
Would you be able to give me an example of this please? Using the EIP method? Or is it possible to port forward? I am able to VNC to the vm even if it is in a custom VPC
Hello all, had a quick question regarding default VPC and custom VPC routing to allow for SSH connections to a VM using Kubevirt. In the default VPC, when I create a VM, I can ssh into the vm using virtctl using the standard command specified (virtctl ssh VM). However, when I try to ssh into a VM that is in a custom VPC, it is not able to connect? Is there any specific routing commands I have to run for this to work? I have tried port-forwarding but to no avail. Thanks again and let me know if you have any follow up questions.
The text was updated successfully, but these errors were encountered: