Closed jokuniew closed 2 weeks ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
/close
@kubevirt-bot: Closing this issue.
Description: When I use the command from the doc Expose VirtualMachineInstance as a NodePort Service
$ virtctl expose virtualmachineinstance vmi-ephemeral --name nodeport --type NodePort --port 27017 --target-port 22 --node-port 30000
It gives following error:unknown flag: --node-port
I assume, that
--node-port
flag was removed after this disscussion https://bugzilla.redhat.com/show_bug.cgi?id=1644523 in this PR https://github.com/kubevirt/kubevirt/pull/1716 But doc wasn't updated since thenWhat you expected: Working command for exposing vms ssh access through nodeport
URL: Expose VirtualMachineInstance as a NodePort Service
Additional context: none