kubevirt / user-guide

This user guide will walk you through installation and various features.
https://kubevirt.io/user-guide
Apache License 2.0
64 stars 233 forks source link

Incorrect path for setting spec.domain.cpu.guestMappingPassthrough #815

Closed kburns-hpe closed 3 months ago

kburns-hpe commented 3 months ago

Description: spec.domain.cpu.guestMappingPassthrough in this paragraph should be spec.domain.cpu.numa.guestMappingPassthrough:

GuestMappingPassthrough will pass through the node numa topology to the guest. The topology is based on the dedicated CPUs which the VMI got assigned from the kubelet via the CPU Manager. It can be requested by setting spec.domain.cpu.guestMappingPassthrough on the VMI.

What you expected: spec.domain.cpu.guestMappingPassthrough should be spec.domain.cpu.numa.guestMappingPassthrough

URL: https://kubevirt.io/user-guide/compute/numa/

Additional context: