1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

remove about node labeling for obsolete cpu models

This commit is contained in:
SNiemann15
2025-05-09 14:39:32 +02:00
parent 3546dca543
commit bc2f367cec
4 changed files with 0 additions and 6 deletions

View File

@@ -24,7 +24,5 @@ spec:
cpuModels: <1>
- "<obsolete_cpu_1>"
- "<obsolete_cpu_2>"
minCPUModel: "<minimum_cpu_model>" <2>
----
<1> Replace the example values in the `cpuModels` array with obsolete CPU models. Any value that you specify is added to a predefined list of obsolete CPU models. The predefined list is not visible in the CR.
<2> Replace this value with the minimum CPU model that you want to use for basic CPU features. If you do not specify a value, `Penryn` is used by default.

View File

@@ -8,8 +8,4 @@ toc::[]
You can schedule a virtual machine (VM) on a node as long as the VM CPU model and policy are supported by the node.
include::modules/virt-about-node-labeling-obsolete-cpu-models.adoc[leveloffset=+1]
include::modules/virt-about-node-labeling-cpu-features.adoc[leveloffset=+1]
include::modules/virt-configuring-obsolete-cpu-models.adoc[leveloffset=+1]