Skip to content

Commit f3268a9

Browse files
authored
Merge pull request #67460 from apinnick/small-update-rhel-version
Updating virtctl RHEL installation
2 parents c6cdfd8 + fbf933b commit f3268a9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

modules/virt-installing-virtctl-client.adoc renamed to modules/virt-installing-virtctl-binary.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// * virt/getting_started/virt-using-the-cli-tools.adoc
44

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

9-
You can download the `virtctl` binary for your operating system from the {product-title} web console and then install it.
9+
You can download the `virtctl` binary by using the {product-title} web console and then install it on {op-system-base-full} 9 or later, Linux, Windows, or macOS.
1010

1111
.Procedure
1212

@@ -15,7 +15,7 @@ You can download the `virtctl` binary for your operating system from the {produc
1515

1616
. Install `virtctl`:
1717

18-
* For {op-system-base} 9 and other Linux operating systems:
18+
* For {op-system-base} and other Linux operating systems:
1919
2020
.. Decompress the archive file:
2121
+

modules/virt-installing-virtctl-client-yum.adoc renamed to modules/virt-installing-virtctl-rhel8-rpm.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// * virt/getting_started/virt-using-the-cli-tools.adoc
44

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

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.
9+
You can install the `virtctl` RPM package on {op-system-base-full} 8 by enabling the {VirtProductName} repository and then installing the `kubevirt-virtctl` RPM package.
1010

1111
.Prerequisites
1212

@@ -21,7 +21,7 @@ You can install the `virtctl` RPM package on {op-system-base-full} 8 by enabling
2121
# subscription-manager repos --enable cnv-{VirtVersion}-for-rhel-8-x86_64-rpms
2222
----
2323

24-
. Install the `kubevirt-virtctl` package by running the following command:
24+
. Install the `kubevirt-virtctl` RPM package by running the following command:
2525
+
2626
[source,terminal]
2727
----

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ 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 {op-system-base-full} 9, Linux, Windows, and MacOS operating systems, you download and install the `virtctl` binary file.
17+
To install `virtctl` on {op-system-base-full} 9 or later, Linux, Windows, and MacOS operating systems, you can download and install the `virtctl` binary file.
1818

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

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

23-
include::modules/virt-installing-virtctl-client-yum.adoc[leveloffset=+2]
23+
include::modules/virt-installing-virtctl-rhel8-rpm.adoc[leveloffset=+2]
2424

2525
include::modules/virt-virtctl-commands.adoc[leveloffset=+1]
2626

0 commit comments

Comments
 (0)