Skip to content

Commit 71d47e8

Browse files
authored
Merge pull request #66687 from apinnick/CNV-26969-update-getting-started
CNV- 26969: Getting started
2 parents 12e71e7 + 9d15b23 commit 71d47e8

File tree

2 files changed

+38
-35
lines changed

2 files changed

+38
-35
lines changed

virt/getting_started/virt-getting-started.adoc

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,41 +38,48 @@ Plan and install {VirtProductName} on an {product-title} cluster:
3838
[id="creating-and-managing-vms_{context}"]
3939
== Creating and managing virtual machines
4040

41-
Create virtual machines (VMs):
41+
Create a virtual machine (VM):
4242

43-
* xref:../../virt/virtual_machines/creating_vms/virt-creating-vms-from-rh-images.adoc#virt-creating-vm-from-template_virt-creating-vms-from-rh-images[Create a VM from a template].
44-
* xref:../../virt/virtual_machines/creating_vms/virt-creating-vms-from-rh-images.adoc#virt-creating-vm-instancetype_virt-creating-vms-from-rh-images[Create a VM from an instance type].
45-
* xref:../../virt/virtual_machines/creating_vms/virt-creating-vms-from-rh-images.adoc#virt-creating-vm-cli_virt-creating-vms-from-rh-images[Create a VM from the command line].
46-
47-
:FeatureName: Creating a virtual machine from an instance type
43+
* xref:../../virt/virtual_machines/creating_vms/virt-creating-vms-from-rh-images.adoc#virt-creating-vms-from-rh-images[Create a VM from a Red Hat image].
44+
+
45+
You can create a VM by using a Red Hat template or an instance type.
46+
+
47+
:FeatureName: Creating a VM from an instance type
4848
include::snippets/technology-preview.adoc[]
4949

50-
Connect to VMs:
50+
* xref:../../virt/virtual_machines/creating_vms/virt-creating-vms-from-custom-images.adoc#virt-creating-vms-from-custom-images[Create a VM from a custom image].
51+
+
52+
You can create a VM by importing a custom image from a container registry or a web page, by uploading an image from your local machine, or by cloning a persistent volume claim (PVC).
53+
54+
Connect a VM to a secondary network:
55+
56+
* xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-connecting-vm-to-linux-bridge[Linux bridge network].
57+
* xref:../../virt/vm_networking/virt-connecting-vm-to-ovn-secondary-network.adoc#virt-connecting-vm-to-ovn-secondary-network[Open Virtual Network (OVN)-Kubernetes secondary network].
58+
* xref:../../virt/vm_networking/virt-connecting-vm-to-sriov.adoc#virt-connecting-vm-to-sriov[Single Root I/O Virtualization (SR-IOV) network].
59+
+
60+
[NOTE]
61+
====
62+
VMs are connected to the pod network by default.
63+
====
64+
65+
Connect to a VM:
5166

5267
* Connect to the xref:../../virt/virtual_machines/virt-accessing-vm-consoles.adoc#serial-console_virt-accessing-vm-consoles[serial console] or xref:../../virt/virtual_machines/virt-accessing-vm-consoles.adoc#vnc-console_virt-accessing-vm-consoles[VNC console] of a VM.
5368
* xref:../../virt/virtual_machines/virt-accessing-vm-ssh.adoc#virt-accessing-vm-ssh[Connect to a VM by using SSH].
5469
* xref:../../virt/virtual_machines/virt-accessing-vm-consoles.adoc#desktop-viewer_virt-accessing-vm-consoles[Connect to the desktop viewer for Windows VMs].
5570

56-
Manage VMs:
57-
58-
* xref:../../virt/virtual_machines/virt-controlling-vm-states.adoc#virt-controlling-vm-states[Stop, start, pause, and restart a VM by using the web console].
59-
* xref:../../virt/getting_started/virt-using-the-cli-tools.adoc#virt-virtctl-commands_virt-using-the-cli-tools[Manage a VM, expose a port, or connect to the serial console by using the `virtctl` CLI tool].
60-
* xref:../../virt/virtual_machines/virt-exporting-vms.adoc#virt-accessing-exported-vm-manifests_virt-exporting-vms[Export VMs].
71+
Manage a VM:
6172

73+
* xref:../../virt/virtual_machines/virt-controlling-vm-states.adoc#virt-controlling-vm-states[Manage a VM by using the web console].
74+
* xref:../../virt/getting_started/virt-using-the-cli-tools.adoc#virt-virtctl-commands_virt-using-the-cli-tools[Manage a VM by using the `virtctl` CLI tool].
75+
* xref:../../virt/virtual_machines/virt-exporting-vms.adoc#virt-accessing-exported-vm-manifests_virt-exporting-vms[Export a VM].
6276

6377
[id="next-steps_{context}"]
6478
== Next steps
6579

66-
* Connect the VMs to secondary networks:
67-
68-
** xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-connecting-vm-to-linux-bridge[Connect a VM to a Linux bridge network].
69-
** xref:../../virt/vm_networking/virt-connecting-vm-to-sriov.adoc#virt-connecting-vm-to-sriov[Connect a VM to an SR-IOV network].
70-
+
71-
[NOTE]
72-
====
73-
VMs are connected to the pod network by default. You must configure a secondary network, such as Linux bridge or SR-IOV, and then add the network to the VM configuration.
74-
====
75-
76-
* xref:../../virt/live_migration/virt-about-live-migration.adoc#virt-about-live-migration[Live migrate VMs].
80+
* xref:../../virt/post_installation_configuration/virt-post-install-config.adoc#virt-post-install-config[Review post-installation configuration options].
81+
* xref:../../virt/storage/virt-storage-config-overview.adoc#virt-storage-config-overview[Configure storage options and automatic boot source updates].
82+
* xref:../../virt/monitoring/virt-monitoring-overview.adoc#virt-monitoring-overview[Learn about monitoring and health checks].
83+
* xref:../../virt/live_migration/virt-about-live-migration.adoc#virt-about-live-migration[Learn about live migration].
7784
* xref:../../virt/backup_restore/virt-backup-restore-overview.adoc#virt-backup-restore-overview[Back up and restore VMs].
7885
* link:https://access.redhat.com/articles/6994974[Tune and scale your cluster].

virt/vm_networking/virt-connecting-vm-to-ovn-secondary-network.adoc

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
:_content-type: ASSEMBLY
2-
[id="virt-connecting-vm-to-ovn-secondary-network"]
3-
= Connecting a virtual machine to an OVN-Kubernetes secondary network
4-
include::_attributes/common-attributes.adoc[]
5-
:context: virt-connecting-vm-to-ovn-secondary-network
6-
7-
toc::[]
1+
:_content-type: ASSEMBLY
2+
[id="virt-connecting-vm-to-ovn-secondary-network"]
3+
= Connecting a virtual machine to an OVN-Kubernetes secondary network
4+
include::_attributes/common-attributes.adoc[]
5+
:context: virt-connecting-vm-to-ovn-secondary-network
86

9-
You can connect a virtual machine (VM) to an OVN-Kubernetes secondary network. The OVN-Kubernetes Container Network Interface (CNI) plug-in uses the Geneve (Generic Network Virtualization Encapsulation) protocol to create an overlay network between nodes.
7+
toc::[]
8+
9+
You can connect a virtual machine (VM) to an Open Virtual Network (OVN)-Kubernetes secondary network. The OVN-Kubernetes Container Network Interface (CNI) plug-in uses the Geneve (Generic Network Virtualization Encapsulation) protocol to create an overlay network between nodes.
1010

1111
{VirtProductName} currently supports the flat layer 2 topology. This topology connects workloads by a cluster-wide logical switch. You can use this overlay network to connect VMs on different nodes, without having to configure any additional physical networking infrastructure.
1212

@@ -16,24 +16,20 @@ To configure an OVN-Kubernetes secondary network and attach a VM to that network
1616

1717
. Add information about the secondary network interface to the VM specification by using the web console or the xref:../../virt/vm_networking/virt-connecting-vm-to-ovn-secondary-network.adoc#virt-attaching-vm-to-ovn-secondary-nw-cli_virt-connecting-vm-to-ovn-secondary-network[CLI].
1818

19-
2019
[id="creating-ovn-layer2-nad"]
2120
== Creating an OVN-Kubernetes NAD
2221

2322
You can create an OVN-Kubernetes flat layer 2 network attachment definition (NAD) by using the {product-title} web console or the CLI.
2423

25-
2624
include::modules/virt-creating-layer2-nad-cli.adoc[leveloffset=+2]
2725

28-
2926
[id="attaching-vm-to-ovn-secondary-nw"]
3027
== Attaching a virtual machine to the OVN-Kubernetes secondary network
3128

3229
You can attach a virtual machine (VM) to the OVN-Kubernetes secondary network interface by using the {product-title} web console or the CLI.
3330

3431
include::modules/virt-attaching-vm-to-ovn-secondary-nw-cli.adoc[leveloffset=+2]
3532

36-
3733
[role="_additional-resources"]
3834
[id="additional-resources_virt-connecting-vm-to-ovn-secondary-network"]
3935
== Additional resources

0 commit comments

Comments
 (0)