Skip to content

Commit b18daad

Browse files
authored
Merge pull request #93591 from jhradilek/add-oc-prerequisite
Add the "oc" utility to prerequisites
2 parents 5d9c6cd + 7ac226f commit b18daad

File tree

117 files changed

+315
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+315
-45
lines changed

modules/virt-accessing-exported-vm-manifests.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ After you export a virtual machine (VM) or snapshot, you can get the `VirtualMac
1010

1111
.Prerequisites
1212

13+
* You have installed the {oc-first}.
1314
* You exported a virtual machine or VM snapshot by creating a `VirtualMachineExport` custom resource (CR).
1415
+
1516
[NOTE]
@@ -130,4 +131,4 @@ $ curl --cacert cacert.crt https://vmexport-proxy.test.net/api/export.kubevirt.i
130131

131132
.Next steps
132133

133-
* You can now create the `ConfigMap` and `VirtualMachine` objects on the target cluster by using the exported manifests.
134+
* You can now create the `ConfigMap` and `VirtualMachine` objects on the target cluster by using the exported manifests.

modules/virt-accessing-node-exporter-outside-cluster.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You can access the node-exporter service outside the cluster and view the expose
1111
.Prerequisites
1212
* You have access to the cluster as a user with `cluster-admin` privileges or the `monitoring-edit` role.
1313
* You have enabled monitoring for the user-defined project by configuring the node-exporter service.
14+
* You have installed the {oc-first}.
1415
1516
.Procedure
1617

modules/virt-accessing-rdp-console.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Create a Kubernetes `Service` object to connect to a Windows virtual machine (VM
1212

1313
* A running Windows virtual machine with the QEMU guest agent installed. The `qemu-guest-agent` object is included in the VirtIO drivers.
1414
* An RDP client installed on your local machine.
15+
* You have installed the {oc-first}.
1516
1617
.Procedure
1718

modules/virt-adding-container-disk-as-cd.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Downloading the `container-native-virtualization/virtio-win` container disk from
1818
.Prerequisites
1919

2020
* You must have access to the Red Hat registry or to the downloaded `container-native-virtualization/virtio-win` container disk in a restricted environment.
21+
* You have installed the `virtctl` CLI.
22+
* You have installed the {oc-first}.
2123
2224
.Procedure
2325

modules/virt-adding-kernel-arguments-enable-iommu.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To enable the IOMMU driver in the kernel, create the `MachineConfig` object and
1414
* You have cluster administrator permissions.
1515
* Your CPU hardware is Intel or AMD.
1616
* You enabled Intel Virtualization Technology for Directed I/O extensions or AMD IOMMU in the BIOS.
17+
* You have installed the {oc-first}.
1718
1819
.Procedure
1920

modules/virt-adding-public-key-vm-cli.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The key is added to the VM as a cloud-init data source. This method separates th
1313
.Prerequisites
1414

1515
* You generated an SSH key pair by running the `ssh-keygen` command.
16+
* You have installed the {oc-first}.
1617
1718
.Procedure
1819

modules/virt-adding-tls-certificates-for-authenticating-dv-imports.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ in the namespace of the destination data volume.
1212

1313
Create the config map by referencing the relative file path for the TLS certificate.
1414

15+
.Prerequisites
16+
17+
* You have installed the {oc-first}.
18+
1519
.Procedure
1620

1721
. Ensure you are in the correct namespace. The config map can only be referenced by data volumes if it is in the same namespace.

modules/virt-adding-vm-to-service-mesh.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To avoid port conflicts, do not use ports used by the Istio sidecar proxy. These
1515

1616
.Prerequisites
1717

18+
* You have installed the {oc-first}.
1819
* You installed the Service Mesh Operators.
1920
* You created the Service Mesh control plane.
2021
* You added the VM project to the Service Mesh member roll.

modules/virt-attaching-vm-secondary-network-cli.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can configure a virtual machine (VM) network interface for a bridge network
1010

1111
.Prerequisites
1212

13+
* You have installed the {oc-first}.
1314
* Shut down the virtual machine before editing the configuration. If you edit a running virtual machine, you must restart the virtual machine for the changes to take effect.
1415
1516
.Procedure

modules/virt-attaching-vm-to-sriov-network.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
You can connect the virtual machine (VM) to the SR-IOV network by including the network details in the VM configuration.
1010

11+
.Prerequisites
12+
13+
* You have installed the {oc-first}.
14+
1115
.Procedure
1216

1317
. Add the SR-IOV network details to the `spec.domain.devices.interfaces` and `spec.networks` stanzas of the VM configuration as in the following example:

0 commit comments

Comments
 (0)