Skip to content

Commit

Permalink
Update SP5 links to SP6
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Dinov <[email protected]>
  • Loading branch information
atanasdinov authored and hardys committed Oct 2, 2024
1 parent 09a4589 commit fd1ff0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciidoc/components/networking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion asciidoc/components/virtualization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fd1ff0e

Please sign in to comment.