1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/modules/virt-installing-virtctl-client-yum.adoc
Avital Pinnick 374bd92d4a CNV- 34883: 4.14+ - Remove virtctl RPM installation
Signed-off-by: Avital Pinnick <apinnick@redhat.com>
2023-11-07 07:46:01 +00:00

30 lines
957 B
Plaintext

// Module included in the following assemblies:
//
// * virt/getting_started/virt-using-the-cli-tools.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-installing-virtctl-client-yum_{context}"]
= Installing the virtctl RPM on {op-system-base} 8
You can install the `virtctl` RPM package on {op-system-base-full} 8 by enabling the {VirtProductName} repository and installing the `kubevirt-virtctl` package.
.Prerequisites
* Each host in your cluster must be registered with Red Hat Subscription Manager (RHSM) and have an active {product-title} subscription.
.Procedure
. Enable the {VirtProductName} repository by using the `subscription-manager` CLI tool to run the following command:
+
[source,terminal,subs="attributes+"]
----
# subscription-manager repos --enable cnv-{VirtVersion}-for-rhel-8-x86_64-rpms
----
. Install the `kubevirt-virtctl` package by running the following command:
+
[source,terminal]
----
# yum install kubevirt-virtctl
----