Skip to content

Commit ec9b11f

Browse files
committed
CNV- 34883: 4.14+ - Remove virtctl RPM installation
Signed-off-by: Avital Pinnick <[email protected]>
1 parent d58f70c commit ec9b11f

File tree

3 files changed

+12
-22
lines changed

3 files changed

+12
-22
lines changed

modules/virt-installing-virtctl-client-yum.adoc

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,24 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="virt-installing-virtctl-client-yum_{context}"]
7-
= Installing virtctl on {op-system-base}
7+
= Installing the virtctl RPM on {op-system-base} 8
88

9-
You install the `virtctl` RPM on {op-system-base-full} by enabling the {VirtProductName} repository and installing the `kubevirt-virtctl` package.
9+
You can install the `virtctl` RPM package on {op-system-base-full} 8 by enabling the {VirtProductName} repository and installing the `kubevirt-virtctl` package.
1010

1111
.Prerequisites
1212

1313
* Each host in your cluster must be registered with Red Hat Subscription Manager (RHSM) and have an active {product-title} subscription.
1414
1515
.Procedure
1616

17-
* Enable the appropriate {VirtProductName} repository for your operating system by using the `subscription-manager` CLI tool:
18-
19-
** {op-system-base} 9:
17+
. Enable the {VirtProductName} repository by using the `subscription-manager` CLI tool to run the following command:
2018
+
21-
[source,terminal]
22-
----
23-
# subscription-manager repos --enable cnv-4.14-for-rhel-9-x86_64-rpms
24-
----
25-
26-
** {op-system-base} 8:
27-
+
28-
[source,terminal]
19+
[source,terminal,subs="attributes+"]
2920
----
30-
# subscription-manager repos --enable cnv-4.14-for-rhel-8-x86_64-rpms
21+
# subscription-manager repos --enable cnv-{VirtVersion}-for-rhel-8-x86_64-rpms
3122
----
3223

33-
* Install the `kubevirt-virtctl` package:
24+
. Install the `kubevirt-virtctl` package by running the following command:
3425
+
3526
[source,terminal]
3627
----

modules/virt-installing-virtctl-client.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="virt-installing-virtctl-client_{context}"]
7-
= Installing virtctl on Linux, Windows, and macOS
7+
= Installing the virtctl binary on {op-system-base} 9, Linux, Windows, or macOS
88

9-
Download and install the `virtctl` binary for your operating system.
9+
You can download the `virtctl` binary for your operating system from the {product-title} web console and then install it.
1010

1111
.Procedure
1212

13-
. Navigate to *Virtualization -> Overview* page in the {product-title} web console.
14-
13+
. Navigate to the *Virtualization -> Overview* page in the web console.
1514
. Click the *Download virtctl* link to download the `virtctl` binary for your operating system.
1615

1716
. Install `virtctl`:
1817

19-
* For Linux:
18+
* For {op-system-base} 9 and other Linux operating systems:
2019
2120
.. Decompress the archive file:
2221
+

virt/getting_started/virt-using-the-cli-tools.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ You can access and modify virtual machine (VM) disk images by using the link:htt
1414
[id="installing-virtctl_virt-using-the-cli-tools"]
1515
== Installing virtctl
1616

17-
To install `virtctl` on Linux, Windows, and MacOS operating systems, you download and install the `virtctl` binary file.
17+
To install `virtctl` on {op-system-base-full} 9, Linux, Windows, and MacOS operating systems, you download and install the `virtctl` binary file.
1818

19-
To install `virtctl` on {op-system-base-full}, you enable the {VirtProductName} repository and then install the `kubevirt-virtctl` package.
19+
To install `virtctl` on {op-system-base} 8, you enable the {VirtProductName} repository and then install the `kubevirt-virtctl` package.
2020

2121
include::modules/virt-installing-virtctl-client.adoc[leveloffset=+2]
2222

0 commit comments

Comments
 (0)