Difference between revisions of "Kubectl virt console"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | == Related commands == | ||
+ | * <code>[[kubectl get vms]]</code> | ||
== See also == | == See also == |
Revision as of 11:14, 3 May 2021
kubectl virt console fatal: Number of input parameters is incorrect, console accepts 1 arg(s), received 0 Connect to a console of a virtual machine instance. Usage: kubectl virt console (VMI) [flags] Examples: # Connect to the console on VirtualMachineInstance 'myvmi': kubectl virt console myvmi # Configure one minute timeout (default 5 minutes) kubectl virt console --timeout=1 myvmi Flags: -h, --help help for console --timeout int The number of minutes to wait for the virtual machine instance to be ready. (default 5) Use "kubectl virt options" for a list of global command-line options (applies to all commands). argument validation failed
Related commands
See also
Advertising: