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
Changed Centos Version
updated KERNEL, INITRAMFS to more current release version
updated BOOT ARGS - Added coreos.live.rootfs_url coreos.inst.insecure values to make builds work with current live images
Copy file name to clipboardexpand all lines: Guides/UPI/libvirt/libvirt.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
This guide explains how to configure libvirt+KVM to provision Fedora CoreOS and install OKD on top of it.
5
5
6
6
## Assumptions
7
-
- The host OS is CentOS 7;
7
+
- The host OS is CentOS 9;
8
8
- This guide will not configure the load balancer or the DNS server. Check for [LB_HAProxy.md](../vSphere_govc/Requirements/LB_HAProxy.md) and [DNS_Bind.md](../vSphere_govc/Requirements/DNS_Bind.md) if you want to configure them;
9
9
- Fedora CoreOS will still use DHCP for obtaining the IP, but with a MAC address-based reservation into the libvirt network configuration, and therefore there is no need for a standalone DHCP server;
10
10
- You already downloaded the OKD installer and command line tools from the Release section of this repository, and installed them into a path added to the `PATH` environment variable.
@@ -17,7 +17,7 @@ This guide explains how to configure libvirt+KVM to provision Fedora CoreOS and
17
17
- Initramfs
18
18
- Raw image
19
19
20
-
Despite we're not installing Fedora CoreOS from PXE, we still need to download the kernel and the initramfs, as we're going to use the Direct Kernel Boot feature of libvirt to inject kernel boot parameters.
20
+
We're not installing Fedora CoreOS from PXE, we still need to download the kernel and the initramfs, as we're going to use the Direct Kernel Boot feature of libvirt to inject kernel boot parameters.
21
21
22
22
2. Configure a webserver
23
23
Configure a simple webserver to host the ignition configs and the raw image. These files will be downloaded by the CoreOS installer and deployed to the VMs.
0 commit comments