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: modules/microshift-install-bootc-creating-vm.adoc
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,21 @@ You can create a virtual machine by using the {op-system-base-full} boot ISO ima
22
22
23
23
. Copy the downloaded file to the `/var/lib/libvirt/images` directory.
24
24
25
-
. Use your values to configure the following environment variables:
25
+
. Configure the VMNAME environment variable with your value by running the following command:
26
26
+
27
27
[source,terminal,subs="attributes+"]
28
28
----
29
-
VMNAME=microshift-{product-version}-bootc
30
-
NETNAME=default
29
+
$ VMNAME=microshift-{product-version}-bootc
31
30
----
32
31
33
-
. Create a {op-system-base-full} virtual machine with 2 cores, 2GB of RAM and 20GB of storage by running the following command:
32
+
. Configure the NETNAME environment variable with your value by running the following command:
33
+
+
34
+
[source,terminal,subs="attributes+"]
35
+
----
36
+
$ NETNAME=default
37
+
----
38
+
39
+
. Create a {op-system-base} virtual machine with 2 cores, 2GB of RAM and 20GB of storage by running the following command:
34
40
+
35
41
[source,terminal,subs="attributes+"]
36
42
----
@@ -49,14 +55,14 @@ $ sudo virt-install \
49
55
+
50
56
[NOTE]
51
57
====
52
-
The `sudo virt-install` command uses the Kickstart file to pull a bootc image from the remote registry and install the {op-system-base-full} operating system.
58
+
The `sudo virt-install` command uses the Kickstart file to pull a bootc image from the remote registry and install the {op-system-base} operating system.
53
59
====
54
60
55
61
. Log in to the virtual machine by using your `redhat` credentials.
56
62
57
63
.Verification
58
64
59
-
. Verify that all the {microshift-short} pods are running without error, by running the following command:
65
+
. Verify that all of the {microshift-short} pods are running without error by entering the following command:
0 commit comments