Replies: 1 comment 1 reply
-
|
is subnet(192.168.1.0/24)in the vpc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an EKS cluster that is running Kubvirt to host VM on bare metal servers. I also have container loads running on normal EC2 nodes. I have a deployment (call the Srv1) that is deployed in the ovn-default subnet (10.251.0.0/16) and I have my VM deploy in subnet (192.168.1.0/24) .
I can connect from Srv1's POD tot ge VM via the virtctl vnc command , but I can not connect to via the virtctl ssh command or port-forward. I have confirmed that sshd is running on the vm and on port 22.
I not sure how to troubleshoot the issue, any help would be awesome.
Beta Was this translation helpful? Give feedback.
All reactions