kubevirt/kubevirt-tutorial

expose vm via ssh

Closed this issue · 3 comments

expose vm via ssh

a couple of virtctl expose examples should do the trick actually
something like virtctl expose virtualmachineinstance vm1--name vmiservice --port 27017 --target-port 22 and making sure the port 27017 is publicly accessible

added port 27017 to the existing firewall rule on our cnvlab gcp project (matches all instances created with the cnvlab tag)

addressed by #28
(using port 30000 instead which was opened on the firewall rules for the cnvlab tag