9.18.13. Tune the control plane
You can configure how the control plane handles concurrency when you create or migrate virtual machines (VMs). For example, set the QPS or burst rates to batch create virtual machines (VMs) in a batch, or tune migration settings in the HyperConverged custom resource (CR).
9.18.13.1. Configuring a highBurst profile 링크 복사링크가 클립보드에 복사되었습니다!
You can use the highBurst profile to create and maintain a large number of virtual machines (VMs) in one cluster.
Prerequisites
-
You have installed the OpenShift CLI (
oc).
Procedure
Apply the following patch to enable the
highBursttuning policy profile:$ oc patch hyperconverged kubevirt-hyperconverged -n openshift-cnv \ --type=json -p='[{"op": "add", "path": "/spec/tuningPolicy", \ "value": "highBurst"}]'
Verification
Run the following command to verify the
highBursttuning policy profile is enabled:$ oc get kubevirt.kubevirt.io/kubevirt-kubevirt-hyperconverged \ -n openshift-cnv -o go-template --template='{{range $config, \ $value := .spec.configuration}} {{if eq $config "apiConfiguration" \ "webhookConfiguration" "controllerConfiguration" "handlerConfiguration"}} \ {{"\n"}} {{$config}} = {{$value}} {{end}} {{end}} {{"\n"}}