Last active
May 11, 2023 13:54
-
-
Save fabiand/8dc486006d3f4481815d8d03c61a4198 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./virtctl-v0.50.0-rc.0-linux-amd64 | |
Available Commands: | |
plug volume add a volume to a running VM | |
completion generate the autocompletion script for the specified shell | |
console Connect to a console of a virtual machine instance. | |
expose Expose a virtual machine instance, virtual machine, or virtual machine instance replica set as a new service. | |
guest fs Return full list of filesystems available on the guest machine. | |
guestfs Start a shell into the libguestfs pod | |
guest osinfo Return guest agent info about operating system. | |
help Help about any command | |
image-upload Upload a VM image to a DataVolume/PersistentVolumeClaim. | |
migrate Migrate a virtual machine. | |
migrate-cancel Cancel migration of a virtual machine. | |
pause Pause a virtual machine | |
permitted-devices List the permitted devices for vmis. | |
port-forward Forward local ports to a virtualmachine or virtualmachineinstance. | |
unplug volume remove a volume from a running VM | |
restart Restart a virtual machine. | |
soft-reboot Soft reboot a virtual machine instance | |
ssh Open a SSH connection to a virtual machine instance. | |
start Start a virtual machine. | |
stop Stop a virtual machine. | |
unpause Unpause a virtual machine | |
plug client-usb Redirect a usb device to a virtual machine instance. | |
plug cpu NNN | |
guest userlist Return full list of logged in users on the guest machine. | |
version Print the client and server version information. | |
vnc Open a vnc connection to a virtual machine instance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./virtctl-v0.50.0-rc.0-linux-amd64 | |
Available Commands: | |
addvolume add a volume to a running VM | |
completion generate the autocompletion script for the specified shell | |
console Connect to a console of a virtual machine instance. | |
expose Expose a virtual machine instance, virtual machine, or virtual machine instance replica set as a new service. | |
fslist Return full list of filesystems available on the guest machine. | |
guestfs Start a shell into the libguestfs pod | |
guestosinfo Return guest agent info about operating system. | |
help Help about any command | |
image-upload Upload a VM image to a DataVolume/PersistentVolumeClaim. | |
migrate Migrate a virtual machine. | |
migrate-cancel Cancel migration of a virtual machine. | |
pause Pause a virtual machine | |
permitted-devices List the permitted devices for vmis. | |
port-forward Forward local ports to a virtualmachine or virtualmachineinstance. | |
removevolume remove a volume from a running VM | |
restart Restart a virtual machine. | |
soft-reboot Soft reboot a virtual machine instance | |
ssh Open a SSH connection to a virtual machine instance. | |
start Start a virtual machine. | |
stop Stop a virtual machine. | |
unpause Unpause a virtual machine | |
usbredir Redirect a usb device to a virtual machine instance. | |
userlist Return full list of logged in users on the guest machine. | |
version Print the client and server version information. | |
vnc Open a vnc connection to a virtual machine instance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment