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

CNV#51222: Restoring Enabling dedicated resources for VMs in web

This commit is contained in:
danielclowers
2025-08-28 12:06:23 -04:00
committed by openshift-cherrypick-robot
parent 466b32fbb4
commit e6896f0745
2 changed files with 21 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
// Module included in the following assemblies:
//
// * virt/creating_vm/virt-creating-vms-from-templates.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-dedicated-resources-vm-template_{context}"]
= Enabling dedicated resources for a virtual machine template
[role="_abstract"]
You can enable dedicated resources for a virtual machine (VM) template in the {product-title} web console.
VMs that are created from this template will be scheduled with dedicated resources.
.Procedure
. In the {product-title} web console, click *Virtualization* -> *Templates* in the side menu.
. Select the template that you want to edit to open the *Template details* page.
. On the *Scheduling* tab, click the edit icon beside *Dedicated Resources*.
. Select *Schedule this workload with dedicated resources (guaranteed policy)*.
. Click *Save*.

View File

@@ -34,8 +34,6 @@ include::modules/virt-creating-vm-from-template.adoc[leveloffset=+1]
include::modules/virt-customizing-vm-template-web.adoc[leveloffset=+1]
include::modules/virt-creating-template.adoc[leveloffset=+1]
include::modules/virt-creating-template.adoc[leveloffset=+2]
include::modules/virt-adding-templates-to-custom-namespace.adoc[leveloffset=+1]
include::modules/virt-deleting-templates-from-custom-namespace.adoc[leveloffset=+1]
include::modules/virt-dedicated-resources-vm-template.adoc[leveloffset=+2]