You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: virt/getting_started/virt-getting-started.adoc
+30-23Lines changed: 30 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,41 +38,48 @@ Plan and install {VirtProductName} on an {product-title} cluster:
38
38
[id="creating-and-managing-vms_{context}"]
39
39
== Creating and managing virtual machines
40
40
41
-
Create virtual machines (VMs):
41
+
Create a virtual machine (VM):
42
42
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
48
48
include::snippets/technology-preview.adoc[]
49
49
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).
* 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.
53
68
* xref:../../virt/virtual_machines/virt-accessing-vm-ssh.adoc#virt-accessing-vm-ssh[Connect to a VM by using SSH].
54
69
* xref:../../virt/virtual_machines/virt-accessing-vm-consoles.adoc#desktop-viewer_virt-accessing-vm-consoles[Connect to the desktop viewer for Windows VMs].
55
70
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].
* 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].
62
76
63
77
[id="next-steps_{context}"]
64
78
== Next steps
65
79
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.
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.
10
10
11
11
{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.
12
12
@@ -16,24 +16,20 @@ To configure an OVN-Kubernetes secondary network and attach a VM to that network
16
16
17
17
. 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].
18
18
19
-
20
19
[id="creating-ovn-layer2-nad"]
21
20
== Creating an OVN-Kubernetes NAD
22
21
23
22
You can create an OVN-Kubernetes flat layer 2 network attachment definition (NAD) by using the {product-title} web console or the CLI.
0 commit comments