From fd1ff0e7c067c3684c42a4fc9c941f4f300324e9 Mon Sep 17 00:00:00 2001 From: Atanas Dinov Date: Wed, 2 Oct 2024 13:58:54 +0300 Subject: [PATCH] Update SP5 links to SP6 Signed-off-by: Atanas Dinov --- asciidoc/components/networking.adoc | 2 +- asciidoc/components/virtualization.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asciidoc/components/networking.adoc b/asciidoc/components/networking.adoc index 16682177..7b782614 100644 --- a/asciidoc/components/networking.adoc +++ b/asciidoc/components/networking.adoc @@ -404,7 +404,7 @@ You will notice that we copied the built image four times but only specified the This is because we also want to showcase what will happen if we provision a node which does not match any of the desired configurations. > NOTE: This guide will use virtualization for the node provisioning examples. Ensure the necessary extensions are enabled -in the BIOS (see https://documentation.suse.com/sles/15-SP5/html/SLES-all/cha-virt-support.html#sec-kvm-requires-hardware[here] for details). +in the BIOS (see https://documentation.suse.com/sles/15-SP6/html/SLES-all/cha-virt-support.html#sec-kvm-requires-hardware[here] for details). We will be using `virt-install` to create virtual machines using the copied raw disks. Each virtual machine will be using 10 GB of RAM and 6 vCPUs. diff --git a/asciidoc/components/virtualization.adoc b/asciidoc/components/virtualization.adoc index bfb8e2df..92c538c8 100644 --- a/asciidoc/components/virtualization.adoc +++ b/asciidoc/components/virtualization.adoc @@ -20,7 +20,7 @@ SUSE Edge Virtualization supports two methods of running virtual machines: 1. Deploying the virtual machines manually via libvirt+qemu-kvm at the host level (where Kubernetes is not involved) 2. Deploying the KubeVirt operator for Kubernetes-based management of virtual machines -Both options are valid, but only the second one is covered below. If you want to use the standard out-of-the box virtualization mechanisms provided by SLE Micro, a comprehensive guide can be found https://documentation.suse.com/sles/15-SP5/html/SLES-all/chap-virtualization-introduction.html[here], and whilst it was primarily written for SUSE Linux Enterprise Server, the concepts are almost identical. +Both options are valid, but only the second one is covered below. If you want to use the standard out-of-the box virtualization mechanisms provided by SLE Micro, a comprehensive guide can be found https://documentation.suse.com/sles/15-SP6/html/SLES-all/chap-virtualization-introduction.html[here], and whilst it was primarily written for SUSE Linux Enterprise Server, the concepts are almost identical. This guide initially explains how to deploy the additional virtualization components onto a system that has already been pre-deployed, but follows with a section that describes how to embed this configuration in the initial deployment via Edge Image Builder. If you do not want to run through the basics and set things up manually, skip right ahead to that section.