docs: update the Proxmox kvm64 note

These settings enable `x86-64-v2` while keeping the VM migration option.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Markus Reiter 2022-07-01 08:10:21 +02:00 committed by Andrey Smirnov
parent 30e220fcd2
commit 3a1eb10e61
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
4 changed files with 39 additions and 9 deletions

View File

@ -1,7 +1,7 @@
---
title: Proxmox
description: "Creating Talos Kubernetes cluster using Proxmox."
aliases:
aliases:
- ../../../virtualized-platforms/proxmox
---
@ -86,8 +86,18 @@ Keep the defaults in the "Hard Disk" tab as well, only changing the size if desi
In the "CPU" section, give at least 2 cores to the VM:
> Note: As of Talos v1.0 it will be unable to boot on the default Processor Type "kvm64".
> Talos v1.0 requires the x86-64-v2 microarchitecture, which you may be able to provide by setting Processor Type to "host".
> Note: As of Talos v1.0 (which requires the x86-64-v2 microarchitecture), booting
> with the default Processor Type `kvm64` will not work.
> You can enable the required
> CPU features after creating the VM by adding the following line in the corresponding
> `/etc/pve/qemu-server/<vmid>.conf` file:
>
> ```text
> args: -cpu kvm64,+cx16,+lahf_lm,+popcnt,+sse3,+ssse3,+sse4.1,+sse4.2
> ```
>
> Alternatively, you can set the Processor Type to `host` if your Proxmox host supports
> these CPU features, this however prevents using live VM migration.
<img src="/images/proxmox-guide/edit-cpu.png" width="500px">

View File

@ -1,7 +1,7 @@
---
title: Proxmox
description: "Creating Talos Kubernetes cluster using Proxmox."
aliases:
aliases:
- ../../../virtualized-platforms/proxmox
---
@ -86,8 +86,18 @@ Keep the defaults in the "Hard Disk" tab as well, only changing the size if desi
In the "CPU" section, give at least 2 cores to the VM:
> Note: As of Talos v1.0 it will be unable to boot on the default Processor Type "kvm64".
> Talos v1.0 requires the x86-64-v2 microarchitecture, which you may be able to provide by setting Processor Type to "host".
> Note: As of Talos v1.0 (which requires the x86-64-v2 microarchitecture), booting
> with the default Processor Type `kvm64` will not work.
> You can enable the required
> CPU features after creating the VM by adding the following line in the corresponding
> `/etc/pve/qemu-server/<vmid>.conf` file:
>
> ```text
> args: -cpu kvm64,+cx16,+lahf_lm,+popcnt,+sse3,+ssse3,+sse4.1,+sse4.2
> ```
>
> Alternatively, you can set the Processor Type to `host` if your Proxmox host supports
> these CPU features, this however prevents using live VM migration.
<img src="/images/proxmox-guide/edit-cpu.png" width="500px">

View File

@ -1,7 +1,7 @@
---
title: Proxmox
description: "Creating Talos Kubernetes cluster using Proxmox."
aliases:
aliases:
- ../../../virtualized-platforms/proxmox
---
@ -86,8 +86,18 @@ Keep the defaults in the "Hard Disk" tab as well, only changing the size if desi
In the "CPU" section, give at least 2 cores to the VM:
> Note: As of Talos v1.0 it will be unable to boot on the default Processor Type "kvm64".
> Talos v1.0 requires the x86-64-v2 microarchitecture, which you may be able to provide by setting Processor Type to "host".
> Note: As of Talos v1.0 (which requires the x86-64-v2 microarchitecture), booting
> with the default Processor Type `kvm64` will not work.
> You can enable the required
> CPU features after creating the VM by adding the following line in the corresponding
> `/etc/pve/qemu-server/<vmid>.conf` file:
>
> ```text
> args: -cpu kvm64,+cx16,+lahf_lm,+popcnt,+sse3,+ssse3,+sse4.1,+sse4.2
> ```
>
> Alternatively, you can set the Processor Type to `host` if your Proxmox host supports
> these CPU features, this however prevents using live VM migration.
<img src="/images/proxmox-guide/edit-cpu.png" width="500px">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 74 KiB