aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2021-07-28 09:53:56 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2021-07-28 15:29:56 -0700
commit7bf11545a489703a8d1dbedf0e4cf37aa2acf085 (patch)
tree1934e62e64d0447fbe410698fffbb08aa5a07ad3
parent70924000b2d00ec5c692daf425b2f28cbecbc8b1 (diff)
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 <todd.malsbary@intel.com> Change-Id: Icba3eb07b80367d5bdda8708658f50486fc0780d
-rw-r--r--kud/deployment_infra/helm/kubevirt/values.yaml3
1 files changed, 2 insertions, 1 deletions
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: {}