File tree Expand file tree Collapse file tree 3 files changed +23
-12
lines changed Expand file tree Collapse file tree 3 files changed +23
-12
lines changed Original file line number Diff line number Diff line change 6
6
[id="virt-enabling-virt-repos_{context} "]
7
7
= Enabling {VirtProductName} repositories
8
8
9
- Red Hat offers {VirtProductName} repositories for both Red Hat Enterprise Linux 8
10
- and Red Hat Enterprise Linux 7:
9
+ Enable the {VirtProductName} repository for your version of {op-system-base-full} .
11
10
12
- * Red Hat Enterprise Linux 8 repository: `cnv-4.10-for-rhel-8-x86_64-rpms`
11
+ .Prerequisites
13
12
14
- * Red Hat Enterprise Linux 7 repository: `rhel-7-server-cnv-4.10-rpms`
15
-
16
- The process for enabling the repository in `subscription-manager` is the same
17
- in both platforms.
13
+ * Your system is registered to a Red Hat account with an active subscription to the "Red Hat Container Native Virtualization" entitlement.
18
14
19
15
.Procedure
20
16
21
- * Enable the appropriate {VirtProductName} repository for your system by running the following command:
17
+ * Enable the appropriate {VirtProductName} repository for your operating system by using the `subscription-manager` CLI tool.
18
+
19
+ ** To enable the repository for {op-system-base} 8, run:
22
20
+
23
21
[source,terminal]
24
22
----
25
- # subscription-manager repos -- enable <repository>
23
+ # subscription-manager repos -- enable cnv-4.11-for-rhel-8-x86_64-rpms
24
+ ----
25
+
26
+ ** To enable the repository for {op-system-base} 7, run:
27
+ +
28
+ [source,terminal]
26
29
----
30
+ # subscription-manager repos -- enable rhel-7-server-cnv-4.11-rpms
31
+ ----
Original file line number Diff line number Diff line change 8
8
9
9
Install the `virtctl` client from the `kubevirt-virtctl` package.
10
10
11
+ .Prerequisites
12
+
13
+ * You enabled an {VirtProductName} repository on your {op-system-base-full} system.
14
+
11
15
.Procedure
12
16
13
17
* Install the `kubevirt-virtctl` package:
Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ include::modules/virt-downloading-virtctl-client.adoc[leveloffset=+2]
16
16
17
17
include::modules/virt-installing-virtctl-client.adoc[leveloffset=+2]
18
18
19
- [id="virtctl-additional-setup_ {context}"]
20
- == Additional setup options
19
+ [id="installing- virtctl-rpm_ {context}"]
20
+ == Installing the virtctl RPM package
21
21
22
- include::modules/virt-installing- virtctl- client-yum.adoc[leveloffset=+2]
22
+ You can install the ` virtctl` client as an RPM after enabling the {VirtProductName} repository.
23
23
24
24
include::modules/virt-enabling-virt-repos.adoc[leveloffset=+2]
25
25
26
+ include::modules/virt-installing-virtctl-client-yum.adoc[leveloffset=+2]
27
+
26
28
[id="virt-enabling-virtctl-addtl-resources"]
27
29
[role="_additional-resources"]
28
30
== Additional resources
You can’t perform that action at this time.
0 commit comments