mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
18 lines
362 B
Plaintext
18 lines
362 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// virt/install/virt-installing-virtctl.adoc
|
|
|
|
[id="virt-installing-virtctl-client_{context}"]
|
|
= Installing the `virtctl` client
|
|
|
|
Install the `virtctl` client from the `kubevirt-virtctl` package.
|
|
|
|
.Procedure
|
|
|
|
* Install the `kubevirt-virtctl` package:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
# yum install kubevirt-virtctl
|
|
----
|