From 7bf11545a489703a8d1dbedf0e4cf37aa2acf085 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Wed, 28 Jul 2021 09:53:56 -0700 Subject: Enable CPUManager feature gate in kubevirt This allows for CPU pinning in VirtualMachine specs with the dedicatedCpuPlacement and isolateEmulatorThread keys. Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary Change-Id: Icba3eb07b80367d5bdda8708658f50486fc0780d --- kud/deployment_infra/helm/kubevirt/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kud/deployment_infra/helm/kubevirt/values.yaml b/kud/deployment_infra/helm/kubevirt/values.yaml index c08df7ea..7349c40e 100644 --- a/kud/deployment_infra/helm/kubevirt/values.yaml +++ b/kud/deployment_infra/helm/kubevirt/values.yaml @@ -6,7 +6,8 @@ certificateRotateStrategy: {} # configuration holds kubevirt configurations. Same as the virt-configMap. configuration: developerConfiguration: - featureGates: [] + featureGates: + - CPUManager customizeComponents: {} -- cgit 1.2.3-korg